node-config/.eslintrc.json

5 lines
97 B
JSON
Raw Normal View History

2023-06-17 07:11:31 +00:00
{
2024-01-02 07:04:30 +00:00
"extends": ["@bravo68web/eslint-config"],
"ignorePatterns": ["node_modules", "dist"]
2023-06-17 07:11:31 +00:00
}