Go to file
Timo Hocker ebb88e232a
Some checks failed
continuous-integration/drone/push Build is failing
update epp
2021-04-12 07:47:24 +02:00
.drone.yml fix drone config 2020-08-07 08:13:15 +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
CHANGELOG.md fix 2020-07-19 14:40:04 +02:00
index.js fix 2021-01-27 10:55:47 +01:00
LICENSE license 2020-05-17 19:04:57 +02:00
package.json update epp 2021-04-12 07:47:24 +02:00
README.md remove broken package quality 2020-05-17 19:12:55 +02:00
yarn-error.log update epp 2021-04-12 07:47:24 +02:00
yarn.lock update epp 2021-04-12 07:47:24 +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