Skip to content

Commit

Permalink
Use eslint directly for linting script
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth committed Dec 10, 2023
1 parent 0a167fd commit e6e7643
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 192 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"parserOptions": {
"sourceType": "module"
},
"ignorePatterns": ["node_modules/**/*", "test/js/*", "lib/**/*", "contributor_docs/**/*"],
"rules": {
"no-cond-assign": [2, "except-parens"],
"eqeqeq": ["error", "smart"],
Expand Down
Loading

0 comments on commit e6e7643

Please sign in to comment.