mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-08 08:06:15 +00:00
18 lines
325 B
JSON
18 lines
325 B
JSON
{
|
|
"env": {
|
|
"commonjs": true,
|
|
"es2021": true,
|
|
"node": true,
|
|
"jest": true
|
|
},
|
|
"plugins": ["github"],
|
|
"extends": ["eslint:recommended", "prettier", "plugin:github/internal"],
|
|
"parserOptions": {
|
|
"ecmaVersion": 12
|
|
},
|
|
"rules": {
|
|
"semi": ["error", "never"]
|
|
},
|
|
"ignorePatterns": ["/dist/"]
|
|
}
|