{"library":"eslint-plugin-folders","type":"library","category":null,"description":"An ESLint plugin that enforces consistent folder naming conventions for JavaScript/JSX files using regular expressions. Current stable version is 1.0.4. The plugin provides a single rule `match-regex` that can be configured with a regex pattern and a root directory. It only lints folders containing `.js` or `.jsx` files processed by ESLint. Alternatives like `eslint-plugin-import` or `eslint-plugin-filenames` focus on filenames, not folder names. The plugin requires ESLint >=1.0.0 as a peer dependency.","language":"javascript","status":"active","version":"1.0.4","tags":["javascript","eslint","eslintplugin","eslint-plugin","folder","folders","path"],"last_verified":"Wed May 27","install":[{"cmd":"npm install eslint-plugin-folders","imports":["module.exports = {\n  plugins: ['folders'],\n  rules: { 'folders/match-regex': [2, '^[a-z_]+$', '/root/'] }\n};","\"folders/match-regex\": [2, \"^[a-z_]+$\", \"/root/\"]","const rules = require('eslint-plugin-folders').rules; console.log(Object.keys(rules));"]},{"cmd":"yarn add eslint-plugin-folders","imports":[]},{"cmd":"pnpm add eslint-plugin-folders","imports":[]}],"homepage":null,"github":"https://github.com/christopherbradleybanks/eslint-plugin-folders","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/eslint-plugin-folders","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-folders/compatibility"}}