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.
- Instructions for TypeScript projects
- label-has-associated-control now asserts for either nested approach or
htmlFor
attribute.
- Complete rewrite.
- Automatically detects if you use Next.js and adds applicable rules - will be extended, feel free to submit Feature request for specific rules.
- Disable comma-dangle in favor of trailingComma: "es5"
- Fixes Prettier/ESLint conflict caused by 2.1.1 (comma dangle vs. trailing comma)
- typofix
- comma dangle trailing comma now required in multi-line objects
- arrow parentheses are now omitted for single parameters
- 'react/state-in-constructor' to show warning instead of error
- readme.md
- .npmignore
- readme.md
- Readme
- Package moved from eslint-config-nextjs
- react/jsx-no-comment-textnodes
- no-unused-expressions // Allows ternary
- import/prefer-default-export
- Changelog file
- ignore no-array-index-key
- ignore require-default-props
- ignore no-unescaped-entities