File tree Expand file tree Collapse file tree 9 files changed +54
-17
lines changed
eslint-config-godaddy-react-typescript
eslint-config-godaddy-react
eslint-config-godaddy-typescript Expand file tree Collapse file tree 9 files changed +54
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# eslint-config-godaddy-react-typescript
22
3+ ## 5.0.0
4+
5+ ### Major Changes
6+
7+ - 16301df: chore(eslint)!: migrate all eslint configs to eslint@v9
8+
9+ BREAKING CHANGE: removes v8 support and transistions configs to flat config. Also these packages are now ` type:module `
10+
11+ ### Patch Changes
12+
13+ - Updated dependencies [ 16301df]
14+ 15+
316## 4.0.3
417
518### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-godaddy-react-typescript" ,
3- "version" : " 4 .0.3 " ,
3+ "version" : " 5 .0.0 " ,
44 "description" : " ESLint config for consistent style in ES6 React projects using TypeScript at GoDaddy." ,
55 "type" : " module" ,
66 "main" : " index.js" ,
2929 "dependencies" : {
3030 "@typescript-eslint/eslint-plugin" : " ^8.18.1" ,
3131 "@typescript-eslint/parser" : " ^8.18.1" ,
32- "eslint-config-godaddy-react" : " ^9.1 .0" ,
32+ "eslint-config-godaddy-react" : " ^10.0 .0" ,
3333 "eslint-plugin-react-hooks" : " ^5.1.0"
3434 },
3535 "peerDependencies" : {
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 10.0.0
4+
5+ ### Major Changes
6+
7+ - 16301df: chore(eslint)!: migrate all eslint configs to eslint@v9
8+
9+ BREAKING CHANGE: removes v8 support and transistions configs to flat config. Also these packages are now ` type:module `
10+
11+ ### Patch Changes
12+
13+ - Updated dependencies [ 16301df]
14+ 15+
316## 9.1.0
417
518### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-godaddy-react" ,
3- "version" : " 9.1 .0" ,
3+ "version" : " 10.0 .0" ,
44 "description" : " ESLint config for consistent style in ES6 React projects at GoDaddy." ,
55 "license" : " MIT" ,
66 "type" : " module" ,
3232 },
3333 "dependencies" : {
3434 "@babel/eslint-parser" : " ^7.25.9" ,
35- "eslint-config-godaddy" : " ^7.1.1 " ,
35+ "eslint-config-godaddy" : " ^8.0.0 " ,
3636 "eslint-plugin-jsx-a11y" : " ^6.10.2" ,
3737 "eslint-plugin-react" : " ^7.37.2" ,
3838 "eslint-plugin-react-hooks" : " ^5.1.0"
Original file line number Diff line number Diff line change 11# eslint-config-godaddy-typescript
22
3+ ## 5.0.0
4+
5+ ### Major Changes
6+
7+ - 16301df: chore(eslint)!: migrate all eslint configs to eslint@v9
8+
9+ BREAKING CHANGE: removes v8 support and transistions configs to flat config. Also these packages are now ` type:module `
10+
11+ ### Patch Changes
12+
13+ - Updated dependencies [ 16301df]
14+ 15+
316## 4.0.3
417
518### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-godaddy-typescript" ,
3- "version" : " 4 .0.3 " ,
3+ "version" : " 5 .0.0 " ,
44 "description" : " ESLint config for consistent style in node projects using Typescript at GoDaddy." ,
55 "type" : " module" ,
66 "main" : " index.js" ,
2828 "dependencies" : {
2929 "@typescript-eslint/eslint-plugin" : " ^8.18.1" ,
3030 "@typescript-eslint/parser" : " ^8.18.1" ,
31- "eslint-config-godaddy" : " ^7.1.1 "
31+ "eslint-config-godaddy" : " ^8.0.0 "
3232 },
3333 "peerDependencies" : {
3434 "eslint" : " ^9" ,
Original file line number Diff line number Diff line change 11# eslint-config-godaddy
22
3+ ## 8.0.0
4+
5+ ### Major Changes
6+
7+ - 16301df: chore(eslint)!: migrate all eslint configs to eslint@v9
8+
9+ BREAKING CHANGE: removes v8 support and transistions configs to flat config. Also these packages are now ` type:module `
10+
311## 7.1.1
412
513### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-godaddy" ,
3- "version" : " 7.1.1 " ,
3+ "version" : " 8.0.0 " ,
44 "description" : " Base ESLint config for consistent style in ES6 projects at GoDaddy." ,
55 "license" : " MIT" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments