Skip to content

Commit

Permalink
chore: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Jun 10, 2022
1 parent 773a675 commit eb7b040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
ignorePatterns: ['/*', '!/src', '/src/**/*.js'],
'env': {
'browser': true,
'es6': true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "dumi dev",
"build": "gulp",
"build-doc": "dumi build",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"lint": "eslint .",
"postinstall": "husky install",
"test": "jest",
"test-with-coverage": "jest --coverage",
Expand Down

0 comments on commit eb7b040

Please sign in to comment.