node-config/.eslintrc.json

5 lines
97 B
JSON

{
"extends": ["@bravo68web/eslint-config"],
"ignorePatterns": ["node_modules", "dist"]
}