All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.8.1 (2022-08-16)
- default exclude match (4892478)
1.8.0 (2022-08-11)
- add
eslintPath
option to customize eslint instance (128fc9a), closes #23 - add
lintOnStart
option (851be59)
1.7.0 (2022-07-19)
- support vite3 (3365c24)
1.6.1 (2022-05-19)
- add @types/eslint dependency to resolve property type incompleteness (b73285f), closes #31
- make sure to export eslint parameter types (7d7d3b8)
1.6.0 (2022-04-25)
- add
emitError
replacethrowOnError
(063109e) - add
emitWarning
replacethrowOnWarning
(2f1b643) - add
failOnError
, if there are any errors to make module build fails (cc72a01), closes #24 - add
failOnWarning
, if there are any warnings when the module build fails (f2e800f)
- when cache is true, some file change will not trigger cache file update (f196bab)
1.5.2 (2022-04-21)
- install eslint8 warning (1c9ced4)
1.5.1 (2022-04-20)
- set
include
default value to/\.(jsx?|tsx?|vue|svelte)$/
(6d09b28)
1.5.0 (2022-04-20)
- can pass eslint options (e19147a)
- set default options cache: false, include: src/**/*, exclude: /node_modules/ (99fa887)
1.4.0 (2022-04-11)
- export options types (82ae866)
1.3.0 (2021-06-26)
1.2.0 (2021-06-22)
- add cacheLocation settings, remove .eslintcache file (0df9bd8)
1.1.3 (2021-06-17)
- fix png file emit error (fa105d6)