Skip to content

Commit

Permalink
fix: revert linting script
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <mbuchleitner@infralovers.com>
  • Loading branch information
mabunixda committed Mar 4, 2021
1 parent c3dce59 commit be24760
Show file tree
Hide file tree
Showing 5 changed files with 2,334 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ globals:
SharedArrayBuffer: readonly
parserOptions:
ecmaVersion: 2018
rules: {
"max-len": ["warn", {"code": 80}]
}
rules: {}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }}
- name: install check deps
run: npm install npm-check mocha eslint
- run: npm ci
- name: npm-check
run: ./node_modules/npm-check/bin/cli.js --skip-unused
- name: eslint
run: ./scripts/lint.sh
- run: npm ci
- run: npm test
release:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit be24760

Please sign in to comment.