1.0.5 • Published 5 years ago
@jochristianto/eslint-config v1.0.5
eslint-config
ESLint configuration for Jonathan's JS projects. This includes Vue, Nuxt, and Import eslint-plugin.
Usage
Install
# If you are using Yarn $ yarn add @jochristianto/eslint-config --dev # If you are using NPM $ npm install @jochristianto/eslint-config --save-dev
Add to the project's eslint config
{ "extends": [ "@jochristianto" ] }
Version History
Version | Release Date | Description |
---|---|---|
1.0.0 | 2020-04-15 | - |
1.0.1 | 2020-04-15 | Minor documentation update |
1.0.2 | 2020-04-15 | Minor documentation update, and convert everything to single quote |
1.0.3 | 2020-04-16 | Disable alphabetical order for vue/attributes-order |
1.0.5 | 2020-11-23 | Update import/extensions to only be applied to .vue files, added import/order , and vue/html-closing-bracket-spacing |