Reactive-Resume/server/.eslintrc.json

6 lines
94 B
JSON
Raw Permalink Normal View History

2022-03-06 21:48:29 +00:00
{
"extends": "../.eslintrc.json",
"ignorePatterns": ["dist"],
"env": { "node": true }
}