- 4fc0ae6: Update dependencies and plugin scripts
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update dependencies and consolidated shared devDependencies into the root
package.json
file.
- Ensure that file extensions are not required for imports with the extensions specified in the
import/extensions
rule..js, .mjs, .ts, .jsx, .tsx
. - Reorganize internal rules for readability using spread operators over extending rules with require.resolve.
- Update dependencies and address npm audit warnings.
- Add
allowExpressions
toreact/jsx-no-useless-fragment
rule to allow for<>{children}</>
syntax, which is necessary for satisfying the TypeScript compiler when the exact shape ofchildren
is unknown.
- Bump
@typescript-eslint/parser
from 6.2.0 to 6.2.1.
- Reorder ESLint extends in
/typescript-react
to ensure proper rules are followed.
- Add support for JSX in
.tsx
files. - Fix for including files for multiple configurations.
- Initial version. Basic support for common use cases at Alley.