mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 11:29:25 +00:00
19 lines
300 B
JSON
19 lines
300 B
JSON
{
|
|
"globals": {},
|
|
"env": {
|
|
"commonjs": true,
|
|
"es2021": true,
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:jest/recommended",
|
|
"@matt-fidd"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": "latest"
|
|
},
|
|
"rules": {
|
|
}
|
|
}
|