Skip to content

Commit

Permalink
Update overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed Sep 4, 2021
1 parent 1b70147 commit 95d51b8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,13 @@ module.exports = {
},
plugins: ['prettier', 'unicorn'],
overrides: [
{
files: ['./**/*.js'],
excludedFiles: ['server.js'],
env: {node: false}
},
{
files: 'server.js',
env: {browser: false, node: true}
},
{
files: './ext/**.js',
env: {webextensions: true, node: false}
env: {webextensions: true}
}
],
globals: {
Expand Down

0 comments on commit 95d51b8

Please sign in to comment.