Timo Hocker 38bdc612f7
Some checks failed
continuous-integration/drone/push Build is failing
update-scanner: automatic update
eslint: 7.7.0 ==> 7.8.1 minor
2020-09-07 13:15:43 +02:00
2020-08-07 08:12:33 +02:00
fix
2020-05-06 08:01:14 +02:00
2020-05-17 19:08:20 +02:00
2020-06-04 11:39:32 +02:00
2020-05-17 19:08:20 +02:00
fix
2020-07-19 14:33:28 +02:00
2020-05-17 19:08:20 +02:00
2020-05-17 19:08:20 +02:00
2020-07-19 14:50:56 +02:00
2020-05-17 19:13:11 +02:00
2020-09-07 13:15:43 +02:00

@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
No description provided
Readme 202 KiB
Languages
JavaScript 100%