Go to file
2020-06-24 12:27:38 +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
jenkins.js license 2020-05-17 19:04:57 +02:00
Jenkinsfile cleanup, update to eslint 7 2020-05-13 20:38:48 +02:00
LICENSE license 2020-05-17 19:04:57 +02:00
package.json license 2020-05-17 19:04:57 +02:00
README.md remove broken package quality 2020-05-17 19:12:55 +02:00
yarn.lock update-scanner: automatic update 2020-06-24 12:27:38 +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