mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-03-16 17:39:39 +01:00
11 lines
148 B
JSON
11 lines
148 B
JSON
{
|
|
"extends": "../.eslintrc.json",
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2022,
|
|
"sourceType": "module"
|
|
}
|
|
}
|