File tree Expand file tree Collapse file tree 4 files changed +763
-470
lines changed Expand file tree Collapse file tree 4 files changed +763
-470
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Recommended ESLint Shareable Config for TypeScript
1313- [ eslint-config-love] ( https://www.npmjs.com/package/eslint-config-love )
1414- [ eslint-plugin-unicorn] ( https://www.npmjs.com/package/eslint-plugin-unicorn )
1515- [ eslint-plugin-sonarjs] ( https://www.npmjs.com/package/eslint-plugin-sonarjs )
16- - [ eslint-plugin-eslint-comments] ( https://www.npmjs.com/package/eslint-plugin-eslint-comments )
16+ - [ @ eslint-community/eslint- plugin-eslint-comments ] ( https://www.npmjs.com/package/@eslint-community /eslint-plugin-eslint-comments )
1717- [ eslint-plugin-jsdoc] ( https://www.npmjs.com/package/eslint-plugin-jsdoc )
1818- [ eslint-plugin-tsdoc] ( https://www.npmjs.com/package/eslint-plugin-tsdoc )
1919
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const config = {
1111 extends : [
1212 'plugin:unicorn/recommended' ,
1313 'plugin:sonarjs/recommended' ,
14- 'plugin:eslint-comments/recommended'
14+ 'plugin:@eslint-community/ eslint-comments/recommended'
1515 ] ,
1616 overrides : [
1717 // https://github.com/mightyiam/eslint-config-love/tree/v44.0.0#example-config
You can’t perform that action at this time.
0 commit comments