mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-08 08:06:15 +00:00
Remove .eslintignore file in favor of existing .eslintrc.json ignore patterns
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
dist/
|
|
||||||
node_modules/
|
|
||||||
@@ -13,5 +13,5 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
"semi": ["error", "never"]
|
"semi": ["error", "never"]
|
||||||
},
|
},
|
||||||
"ignorePatterns": ["/dist/", "/pre/"]
|
"ignorePatterns": ["/dist/"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user