Skip to content

Commit

Permalink
cleanup a little bit of eslint config
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Oct 7, 2020
1 parent 8f5d6a9 commit 238268d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .eslintrc.yml
Expand Up @@ -30,16 +30,10 @@ overrides:
- 'lib/cli/**/*.js'
- 'lib/nodejs/**/*.js'
- 'scripts/**/*.js'
- 'test/integration/helpers.js'
- 'test/integration/options/watch.spec.js'
- 'test/**/*.js'
- 'test/node-unit/**/*.js'
env:
browser: false
rules:
no-restricted-properties:
- off
- object: 'Object'
property: 'assign'
- files:
- esm-utils.js
- rollup.config.js
Expand Down

0 comments on commit 238268d

Please sign in to comment.