We had an offline discussion with the team and agreed to follow [Griffel's rule for naming files](https://github.com/microsoft/griffel/blob/main/packages/eslint-plugin/src/rules/styles-file.md). - Files that we ship to NPM will have `.styles.ts` extension, example `useImageStyles` => `useImageStyles.styles.ts` - Stories files will be kept as it is Actions: - [x] Update `@griffel/eslint-plugin` #27687 - [x] Enforce rule in ESLint preset - [x] #27698 - [x] #27710 - [x] #27708 - [x] #27707 - [x] #27685
We had an offline discussion with the team and agreed to follow Griffel's rule for naming files.
.styles.tsextension, exampleuseImageStyles=>useImageStyles.styles.tsActions:
@griffel/eslint-pluginchore: bump @griffel/eslint-plugin & enable @griffel/hook-naming #27687