Shared ESLint and Stylelint configuration package. Current version 3.1.0, stable, with minimal releases. Requires manual installation of peer dependencies (ESLint ^3.13.0, Stylelint ^7.7.1). Provides pre-configured rule sets for JavaScript and CSS linting. Offers separate config files for ESLint and Stylelint, extending from local node_modules paths. Aimed at standardizing lint setups across projects.
npm install lint-config-mNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation, ESLint and Stylelint configuration using extends paths, and basic lint commands.
Use full path: "./node_modules/lint-config-m/eslint.js"
Use older ESLint/Stylelint versions or look for alternative config packages supporting newer versions.
Consider using popular alternatives like eslint-config-airbnb or stylelint-config-standard.
Use 'extends' in eslint config: "extends": ["./node_modules/lint-config-m/eslint.js"]
Ensure ESLint version matches ^3.13.0 and configure parserOptions if using ES modules.