ESLint shareable config for Meeds.io based applications. Current stable version is 1.0.5, released with irregular cadence. Combines rules from plugin:vue/strongly-recommended, eslint:recommended, and plugin:vuejs-accessibility/recommended with additional custom rules. Suitable for Vue.js projects within the Meeds ecosystem. Differentiators include accessibility-focused linting via eslint-vue-a11y plugin and a curated set of overrides.
npm install eslint-config-meedsioVerified import paths — ran on the pinned version, not inferred.
Installation and usage of eslint-config-meedsio in a JavaScript project with ESLint.
Review and fix accessibility violations; temporarily disable the plugin if needed.
Always use the full package name 'eslint-config-meedsio' in extends.
Use only in Vue.js projects or override Vue-specific rules.
Review Vue rules and override as needed.
Run 'npm install eslint eslint-config-meedsio --save-dev' or ensure both are in node_modules.
Run 'npm install eslint-plugin-vue --save-dev' to install the missing plugin.
Run 'npm install eslint-plugin-vuejs-accessibility --save-dev'.