Go to file
Timo Hocker e8c94afb19
All checks were successful
continuous-integration/drone/push Build is passing
switch to drone
2020-07-10 08:11:30 +02:00
.drone.yml switch to drone 2020-07-10 08:11:30 +02:00
.eslintignore fix 2020-05-05 19:58:09 +02:00
.eslintrc.js license 2020-05-17 19:04:57 +02:00
.gitignore unix line endings 2020-05-13 21:21:39 +02:00
.liconfig.json license 2020-05-17 19:04:57 +02:00
index.js allow pascal case 2020-06-24 10:23:15 +02:00
LICENSE license 2020-05-17 19:04:57 +02:00
package.json switch to drone 2020-07-10 08:11:30 +02:00
README.md remove broken package quality 2020-05-17 19:12:55 +02:00
yarn.lock update-scanner: automatic update 2020-07-01 09:07:44 +02:00

@sapphirecode/eslint-config

version: 2.1.x

scode eslint standard configuration

Installation

npm:

npm i --save-dev @sapphirecode/eslint-config

yarn:

yarn add --dev @sapphirecode/eslint-config

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'
  ]
}

License

BSD-3-Clause © Timo Hocker timo@scode.ovh