Skip to content

Commit

Permalink
⏪ Disabling JS in ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
i1u5 committed Apr 6, 2020
1 parent 5fc2e64 commit 9a3ec57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_modules
.npmrc
.github

*.js
*.d.ts
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
semi: ["warn", "always", { omitLastInOneLineBlock: true }],
quotes: "off",
indent: "off",
camelcase: "off",
"comma-dangle": ["warn", "never"],
"linebreak-style": "off",
"no-console": "off",
Expand Down

0 comments on commit 9a3ec57

Please sign in to comment.