We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bd349 commit 069c23cCopy full SHA for 069c23c
.eslintrc.json
@@ -8,6 +8,7 @@
8
"parserOptions": {
9
"ecmaVersion": "latest"
10
},
11
+ "ignorePatterns": ["*.md"],
12
"rules": {
13
"prettier/prettier": "error",
14
"no-unused-vars": "warn",
0 commit comments