Timo Hocker
71c898ae89
fall back to parent id match
All checks were successful
continuous-integration/drone/push Build is passing
@sapphirecode/eslint-config-vue
version: 1.1.x
scode eslint configuration for vue.js
Installation
npm:
npm i --save-dev @sapphirecode/eslint-config-vue
yarn:
yarn add --dev @sapphirecode/eslint-config-vue
then create a file named .eslintrc.js with the following contents.
it is a basic configuration, it can be customized to your preferences.
module.exports = {
env: {
commonjs: true,
es6: true,
node: true
},
extends: [
'@sapphirecode/eslint-config-vue'
]
}
License
BSD-3-Clause © Timo Hocker timo@scode.ovh
Description
Languages
JavaScript
100%