codeql-action/node_modules/eslint-plugin-filenames/.eslintrc
2020-09-14 10:42:37 +01:00

14 lines
237 B
Text

{
"extends": "eslint:recommended",
"plugins": [
"filenames"
],
"rules": {
"eol-last": 2,
"filenames/match-regex": [2, "^[a-z-]+$", true],
"filenames/match-exported": 2
},
"env": {
"node": true
}
}