{"library":"eslint-plugin-filenames","type":"library","category":null,"description":"An ESLint plugin that enforces consistent filenames for JavaScript files. Current stable version is 1.3.2 (last updated 2019). It provides three rules: `match-regex` for custom regex patterns, `match-exported` to align filename with the default export, and `no-index` to disallow `index.js` files. The plugin only lints `.js` and `.jsx` files that ESLint processes. Unlike alternatives like `eslint-plugin-filenames-simple` or `eslint-plugin-unicorn`'s filename rule, this one is lightweight and focused, but note it is not actively maintained.","language":"javascript","status":"maintenance","version":"1.3.2","tags":["javascript","eslint","eslintplugin","eslint-plugin","file","filename","path"],"last_verified":"Wed May 27","install":[{"cmd":"npm install eslint-plugin-filenames","imports":["plugins: ['filenames'] in .eslintrc","rules: { 'filenames/match-regex': [2, '^[a-z_]+$'] }","rules: { 'filenames/match-exported': 2 }","rules: { 'filenames/no-index': 2 }","const plugin = require('eslint-plugin-filenames'); plugin.rules"]},{"cmd":"yarn add eslint-plugin-filenames","imports":[]},{"cmd":"pnpm add eslint-plugin-filenames","imports":[]}],"homepage":null,"github":"https://github.com/selaux/eslint-plugin-filenames","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/eslint-plugin-filenames","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/eslint-plugin-filenames/compatibility"}}