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": {
|
||||
"commonjs": true,
|
||||
"es2021": true,
|
||||
"node": true,
|
||||
"jest": true
|
||||
},
|
||||
"plugins": ["github"],
|
||||
"extends": ["eslint:recommended", "prettier", "plugin:github/internal"],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 12
|
||||
},
|
||||
"rules": {},
|
||||
"ignorePatterns": ["/dist/**/*.js", "/src/fixtures/", "/src/blank-configurations/"]
|
||||
}
|
||||
"env": {
|
||||
"commonjs": true,
|
||||
"es2021": true,
|
||||
"node": true,
|
||||
"jest": true
|
||||
},
|
||||
"plugins": ["github"],
|
||||
"extends": ["eslint:recommended", "prettier", "plugin:github/internal"],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 12
|
||||
},
|
||||
"rules": {},
|
||||
"ignorePatterns": ["/dist/**/*.js", "/src/fixtures/", "/src/blank-configurations/"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user