File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
eslint-config-wantedly-typescript Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "packages" : [" packages/*" ],
3- "version" : " 2.7.1 " ,
3+ "version" : " 2.8.0 " ,
44 "npmClient" : " yarn" ,
55 "useWorkspaces" : true
66}
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-wantedly-typescript" ,
33 "description" : " ESLint configuration for Wantedly with TypeScript" ,
4- "version" : " 2.7.1 " ,
4+ "version" : " 2.8.0 " ,
55 "author" : " Yuki Yamada <yamada@wantedly.com>" ,
66 "dependencies" : {
77 "@typescript-eslint/eslint-plugin" : " ^4.31.1" ,
1414 "eslint-plugin-prettier" : " ^3.4.0" ,
1515 "eslint-plugin-react" : " ^7.24.0" ,
1616 "eslint-plugin-react-hooks" : " ^4.2.0" ,
17- "eslint-plugin-use-macros" : " ^2.7.1 " ,
18- "eslint-plugin-wantedly" : " ^2.7.1 "
17+ "eslint-plugin-use-macros" : " ^2.8.0 " ,
18+ "eslint-plugin-wantedly" : " ^2.8.0 "
1919 },
2020 "peerDependencies" : {
2121 "typescript" : " >=3.3.1 <4.5.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-wantedly" ,
33 "description" : " ESLint configuration for Wantedly" ,
4- "version" : " 2.7.1 " ,
4+ "version" : " 2.8.0 " ,
55 "author" : " Yuki Yamada <yamada@wantedly.com>" ,
66 "dependencies" : {
77 "babel-eslint" : " ^10.1.0" ,
1414 "eslint-plugin-prettier" : " ^3.4.0" ,
1515 "eslint-plugin-react" : " ^7.24.0" ,
1616 "eslint-plugin-react-hooks" : " ^4.2.0" ,
17- "eslint-plugin-use-macros" : " ^2.7.1 "
17+ "eslint-plugin-use-macros" : " ^2.8.0 "
1818 },
1919 "homepage" : " https://github.com/wantedly/frolint" ,
2020 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-use-macros" ,
33 "description" : " ESLint rules for libraries which supports the babel-macros" ,
4- "version" : " 2.7.1 " ,
4+ "version" : " 2.8.0 " ,
55 "author" : " Yuki Yamada <yamada@wantedly.com>" ,
66 "homepage" : " https://github.com/wantedly/frolint" ,
77 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-wantedly" ,
33 "description" : " Opinionated ESLint plugin for Wantedly" ,
4- "version" : " 2.7.1 " ,
4+ "version" : " 2.8.0 " ,
55 "author" : " Yuki Yamada <yamada@wantedly.com>" ,
66 "homepage" : " https://github.com/wantedly/frolint" ,
77 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " frolint" ,
33 "description" : " git commit hook linter" ,
4- "version" : " 2.7.1 " ,
4+ "version" : " 2.8.0 " ,
55 "author" : " Yuki Yamada <yamada@wantedly.com>" ,
66 "bin" : " index.js" ,
77 "dependencies" : {
1111 "cosmiconfig" : " ^7.0.0" ,
1212 "debug" : " ^4.3.1" ,
1313 "eslint" : " ^7.28.0" ,
14- "eslint-config-wantedly" : " ^2.7.1 " ,
15- "eslint-config-wantedly-typescript" : " ^2.7.1 " ,
14+ "eslint-config-wantedly" : " ^2.8.0 " ,
15+ "eslint-config-wantedly-typescript" : " ^2.8.0 " ,
1616 "prettier" : " ^2.3.1" ,
17- "prettier-config-wantedly" : " ^2.7.1 " ,
17+ "prettier-config-wantedly" : " ^2.8.0 " ,
1818 "resolve" : " ^1.20.0"
1919 },
2020 "homepage" : " https://github.com/wantedly/frolint" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " prettier-config-wantedly" ,
3- "version" : " 2.7.1 " ,
3+ "version" : " 2.8.0 " ,
44 "description" : " Prettier configuration for Wantedly" ,
55 "keywords" : [
66 " prettier"
You can’t perform that action at this time.
0 commit comments