Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjpanda authored Dec 23, 2021
1 parent 296fe50 commit 41f0ace
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
module.exports = {
"ignorePatterns": ["command/frontend/js/lib/*", "command/dist/app.js", "node_modules"],
"ignorePatterns": [
"command/frontend/js/lib/*",
"command/dist/app.js",
"node_modules"
],
"env": {
"browser": true,
"es2021": true,
Expand Down

0 comments on commit 41f0ace

Please sign in to comment.