- Make the existing rules more strict.
- Introduce a separate config for React.
- Previously, we used the packages
@vue/eslint-config-prettier
,eslint-plugin-promise
, andeslint-plugin-node
. You can (and should) uninstall them. - If you are using React, you now need to change the "extends" clause in
.eslintrc.js
fromextends: '@jvalue/eslint-config-jvalue'
to extends: '@jvalue/eslint-config-jvalue/react'.
- Include rules for
.tsx
files.
- Introduce an eslint config for Vue.
- Update the Prettier config to avoid issues where Prettier merges settings of additional config files.
This is the initial public release.