File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import globals from 'globals' ;
2+ import pluginJs from '@eslint/js' ;
3+
4+ /** @type {import('eslint').Linter.Config[] } */
5+ export default [ { languageOptions : { globals : globals . node } } , pluginJs . configs . recommended ] ;
Original file line number Diff line number Diff line change 11import stylelint from 'stylelint' ;
2- // eslint-disable-next-line import/no-unresolved -- https://github.com/import-js/eslint-plugin-import/issues/2703
32import doiuse from 'doiuse' ;
43import { Result } from 'postcss' ;
54
Original file line number Diff line number Diff line change 2323 "devDependencies" : {
2424 "@commitlint/cli" : " 19.6.1" ,
2525 "@commitlint/config-conventional" : " 19.6.0" ,
26+ "@eslint/js" : " ^9.19.0" ,
2627 "@semantic-release/changelog" : " 6.0.3" ,
2728 "@semantic-release/commit-analyzer" : " 13.0.1" ,
2829 "@semantic-release/git" : " 10.0.1" ,
3132 "@semantic-release/release-notes-generator" : " 14.0.3" ,
3233 "codecov" : " 3.8.3" ,
3334 "cross-env" : " 7.0.3" ,
34- "eslint" : " 8.56.0" ,
35- "eslint-config-airbnb-base" : " 15.0.0" ,
36- "eslint-config-prettier" : " 9.1.0" ,
37- "eslint-plugin-import" : " 2.29.1" ,
35+ "eslint" : " ^9.19.0" ,
36+ "globals" : " ^15.14.0" ,
3837 "husky" : " 9.1.7" ,
3938 "jest" : " 29.7.0" ,
4039 "jest-light-runner" : " ^0.6.0" ,
You can’t perform that action at this time.
0 commit comments