Skip to content

Commit

Permalink
add ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
nc-andreashaller committed Mar 4, 2024
1 parent e57afa5 commit 41ecff4
Show file tree
Hide file tree
Showing 9 changed files with 1,953 additions and 90 deletions.
7 changes: 7 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "@netcentric/eslint-config",
"rules": {
"indent": ["error", 2],
"comma-dangle": ["error", "always-multiline"],
}
}
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci --ignore-scripts
- name: ESLint
run: npm run lint:js
- name: Prepare modules
run: node release/prepareModule.js
- name: Build Library
Expand Down
Loading

0 comments on commit 41ecff4

Please sign in to comment.