mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 09:20:00 +00:00
10 lines
184 B
JSON
10 lines
184 B
JSON
|
{
|
||
|
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
|
||
|
"ignorePatterns": ["node_modules/"],
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"es2020": true,
|
||
|
"node": true
|
||
|
}
|
||
|
}
|