We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e404b8 commit 10ff2c3Copy full SHA for 10ff2c3
.eslintrc.js
@@ -51,6 +51,25 @@ module.exports = {
51
parserOptions: {
52
ecmaVersion: 5
53
}
54
+ },
55
+ {
56
+ files: ["test/**/*.js"],
57
+ env: {
58
+ mocha: true,
59
+ }
60
+ }, {
61
+ files: ["buildin/**/*.js"],
62
63
+ browser: true
64
65
66
+ files: ["hot/**/*.js"],
67
68
+ node: true
69
70
+ rules: {
71
+ "node/exports-style": ["off"]
72
73
74
]
75
};
buildin/.eslintrc
hot/.eslintrc
test/.eslintrc.js
0 commit comments