MarketAmerica SHOP.COM's base ESLint configuration, extending Airbnb's rules with minor modifications. Version 0.5.2 requires ESLint ^8.56.0 as a peer dependency. Designed for JavaScript projects without React plugins. The package is specific to the organization and not actively updated (last release 0.5.2).
npm install eslint-config-ma-shopNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Set up package.json with ESLint peer dep and config extending ma-shop rules.
Consider using more active configs like eslint-config-airbnb or eslint-config-google.
Ensure ESLint is version 8.56.0 or later, or pin to a compatible version.
Review the actual rules at https://github.com/ma-shop/lint-rules before depending on specific behavior.
Use 'ma-shop' (lowercase) in the extends array.
Run 'npm install eslint-config-ma-shop --save-dev' and use 'extends': ['ma-shop'] without the 'eslint-config-' prefix.
Verify the package is installed in node_modules and that ESLint version is compatible (^8.56.0).
Check the actual config rules in the GitHub repo and ensure all required plugins are installed.