UNPKG

eslint-plugin-filename-consistency

Version:
22 lines (21 loc) 378 B
{ "compilerOptions": { "allowJs": true, "checkJs": true, "lib": [ "ESNext", ], "module": "CommonJS", "strict": true, "noEmit": true, "target": "ESNext", "rootDir": "." }, "include": [ "index.js", "lib/**/*.js", ], "exclude": [ "node_modules" ] }