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 9216ed7 commit 2cfeadcCopy full SHA for 2cfeadc
.eslintrc.js
@@ -1,29 +1 @@
1
-module.exports = {
2
- extends: ["eslint:recommended", "prettier"],
3
- root: true,
4
- env: {
5
- es6: "true",
6
- browser: true,
7
- node: true,
8
- jest: true,
9
- },
10
- parser: "@babel/eslint-parser",
11
- ignorePatterns: [
12
- "cache/",
13
- "coverage/",
14
- "dist/",
15
- "node_modules/",
16
- "src/lib/depends_parse.js",
17
- "stats.json",
18
- "style/",
19
- ],
20
- rules: {
21
- "no-debugger": 1,
22
- "no-duplicate-imports": 1,
23
- // Do keep due avoid unintendet consequences.
24
- "no-alert": 0,
25
- "no-control-regex": 0,
26
- "no-self-assign": 0,
27
- "no-useless-escape": 0,
28
29
-};
+module.exports = require("@patternslib/dev/.eslintrc.js");
0 commit comments