@trelliscommerce/eslint-config-vue
v1.0.0
Published
An ESLint configuration file that reflects the Trellis coding standards
Readme
@trelliscommerce/eslint-config-vue
The ESLint configuration that reflects the Trellis coding standards for Vue.js projects.
Usage
Install:
$ yarn add --dev @trelliscommerce/eslint-config-vueor
$ npm add --dev @trelliscommerce/eslint-config-vueCreate or edit .eslintrc or .eslintrc.json:
{
"extends": "@trelliscommerce/eslint-config-vue"
}