@@ -99,16 +99,22 @@ module.exports = [
99
99
## Support rule set
100
100
101
101
- ` @cybozu `
102
+ - or ` @cybozu/eslint-config/flat/presets/base ` for Flat Config
102
103
- This is included in the all following presets
103
104
- ` @cybozu/eslint-config/presets/node `
105
+ - or ` @cybozu/eslint-config/flat/presets/node ` for Flat Config
104
106
- Including ` eslint-plugin-n `
105
107
- ` @cybozu/eslint-config/presets/typescript `
108
+ - or ` @cybozu/eslint-config/flat/presets/typescript ` for Flat Config
106
109
- Including ` @typescript-eslint/eslint-plugin `
107
110
- ` @cybozu/eslint-config/presets/react `
111
+ - or ` @cybozu/eslint-config/flat/presets/react ` for Flat Config
108
112
- Including ` eslint-plugin-react ` , ` eslint-plugin-jsx-ally ` and ` eslint-plugin-react-hooks `
109
113
- ` @cybozu/eslint-config/presets/react-typescript `
114
+ - or ` @cybozu/eslint-config/flat/presets/react-typescript ` for Flat Config
110
115
- Including ` @cybozu/eslint-config/presets/typescript ` and ` @cybozu/eslint-config/presets/react `
111
116
- ` @cybozu/eslint-config/presets/es5 `
117
+ - or ` @cybozu/eslint-config/flat/presets/es5 ` for Flat Config
112
118
113
119
## Prettier Support
114
120
@@ -164,10 +170,14 @@ module.exports = {
164
170
### Presets
165
171
166
172
- ` @cybozu/eslint-config/preset/kintone-customize `
173
+ - or ` @cybozu/eslint-config/flat/presets/kintone-customize ` for Flat Config
167
174
- Preset for kintone customize/plugin-in development
168
175
- ` @cybozu/eslint-config/preset/kintone-customize-prettier `
176
+ - or ` @cybozu/eslint-config/flat/presets/kintone-customize-prettier ` for Flat Config
169
177
- Preset for kintone customize/plugin-in development including ` prettier ` config
170
178
- ` @cybozu/eslint-config/preset/kintone-customize-es5 `
179
+ - or ` @cybozu/eslint-config/flat/presets/kintone-customize-es5 ` for Flat Config
171
180
- Preset for kintone customize/plugin-in development in ES5
172
181
- ` @cybozu/eslint-config/preset/kintone-customize-es5-prettier `
182
+ - or ` @cybozu/eslint-config/flat/presets/kintone-customize-es5-prettier ` for Flat Config
173
183
- Preset for kintone customize/plugin-in development in ES5 including ` prettier ` config
0 commit comments