Skip to content

Commit f1e9d77

Browse files
committed
disable eslint....for now
1 parent c1feb44 commit f1e9d77

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ jobs:
1717
- name: Run linters
1818
uses: wearerequired/lint-action@v1
1919
with:
20-
eslint_command_prefix: npm run
2120
eslint: true
22-
auto_fix: true
21+
auto_fix: false

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"test": "npm run test -ws",
88
"build": "npm run prepack -ws",
99
"prepack": "npm run prepack -ws",
10-
"eslint": "eslint",
1110
"lint": "npm run lint -ws",
1211
"build:tsc": "tsc -b ./tsconfig.packages.json",
1312
"watch:tsc": "npm run build && \"$(npm bin)/tsc\" -b ./tsconfig.packages.json --watch"

packages/auth0/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"type": "git",
1717
"url": "git+https://github.com/thefrontside/simulacrum.git"
1818
},
19-
"bin": "bin/index.js",
2019
"files": [
2120
"bin/**/*",
2221
"dist/**/*"

0 commit comments

Comments
 (0)