mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
Reformat ESLint config
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"env": {
|
"env": {
|
||||||
"commonjs": true,
|
"commonjs": true,
|
||||||
"es2021": true,
|
"es2021": true,
|
||||||
"node": true,
|
"node": true,
|
||||||
"jest": true
|
"jest": true
|
||||||
},
|
},
|
||||||
"plugins": ["github"],
|
"plugins": ["github"],
|
||||||
"extends": ["eslint:recommended", "prettier", "plugin:github/internal"],
|
"extends": ["eslint:recommended", "prettier", "plugin:github/internal"],
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
"ecmaVersion": 12
|
"ecmaVersion": 12
|
||||||
},
|
},
|
||||||
"rules": {},
|
"rules": {},
|
||||||
"ignorePatterns": ["/dist/**/*.js", "/src/fixtures/", "/src/blank-configurations/"]
|
"ignorePatterns": ["/dist/**/*.js", "/src/fixtures/", "/src/blank-configurations/"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user