eslint-config-stylelint icon indicating copy to clipboard operation
eslint-config-stylelint copied to clipboard

Stylelint org's shareable config for eslint

Results 5 eslint-config-stylelint issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @​eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat: Provide helpful error message...

pr: dependencies

### What is the problem you're trying to solve? 1. ordering `import`s, `export`s last, etc. 2. establishing guidelines 3. not having to enforce them—anymore—during code reviews ### What solution would...

status: ask to implement

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.7.0. Release notes Sourced from eslint's releases. v9.7.0 Features 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota) 1381394 feat: add...

pr: dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.9.1. Release notes Sourced from eslint's releases. v9.9.1 Bug Fixes 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M) Documentation 4840930...

pr: dependencies

see https://github.com/stylelint/stylelint/pull/8353#discussion_r1945753998 i.e. change https://github.com/stylelint/eslint-config-stylelint/blob/a3671f76135047887f960aa4e104dad3e5f0a493/index.js#L37 to ``` allow: ['info', 'debug', 'warn', 'error'], ```

status: needs discussion