1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-03-16 17:39:39 +01:00
vanilla-todo/test/.eslintrc.json
2023-11-26 00:43:55 +01:00

11 lines
148 B
JSON

{
"extends": "../.eslintrc.json",
"env": {
"node": true
},
"parserOptions": {
"ecmaVersion": 2022,
"sourceType": "module"
}
}