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 7ad7296 commit a8c1e40Copy full SHA for a8c1e40
.eslintrc.js
.prettierrc.js
package.json
@@ -37,6 +37,20 @@
37
"path": "./node_modules/cz-conventional-changelog"
38
}
39
},
40
+ "prettier": "./lib/prettier.js",
41
+ "eslintConfig": {
42
+ "extends": [
43
+ "./lib/eslint.js"
44
+ ],
45
+ "ignorePatterns": [
46
+ "node_modules",
47
+ "lib",
48
+ "examples",
49
+ "!.prettierrc.js",
50
+ "!.eslintrc.js",
51
+ "!.stylelintrc.js"
52
+ ]
53
+ },
54
"dependencies": {
55
"@babel/core": "^7.20.7",
56
"@babel/eslint-parser": "^7.19.1",
0 commit comments