Skip to content

Commit

Permalink
Update the ESLint feature for server side
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavik001 committed Dec 11, 2023
1 parent 4e920a7 commit 21e0237
Show file tree
Hide file tree
Showing 11 changed files with 3,352 additions and 687 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Dockerfile
LICENSE
nightwatch.conf.js
README.md
client-data/
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
env: {
browser: true,
commonjs: true,
es2021: true,
node: true,
Expand All @@ -24,6 +23,6 @@ module.exports = {
Tools: true,
},
rules: {
"no-prototype-builtins": "off",
"no-unused-vars": ["error", { argsIgnorePattern: "^_" }],
},
};
Loading

0 comments on commit 21e0237

Please sign in to comment.