We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0140e03 commit d83613cCopy full SHA for d83613c
.eslintrc.yml
@@ -9,7 +9,7 @@ overrides:
9
files: [ 'test/**' ]
10
env: { mocha: true }
11
-
12
- files: [ 'lib/**' ]
+ files: [ 'lib/**', 'index.mjs' ]
13
parserOptions: { ecmaVersion: 2015 }
14
15
ignorePatterns:
package.json
@@ -22,6 +22,11 @@
22
"import": "./*"
23
}
24
},
25
+ "files": [
26
+ "index.mjs",
27
+ "lib/",
28
+ "dist/"
29
+ ],
30
"scripts": {
31
"lint": "eslint .",
32
"build": "rollup -c",
0 commit comments