Go to file
2020-05-13 20:45:17 +02:00
.eslintignore fix 2020-05-05 19:58:09 +02:00
.eslintrc.js fix 2020-05-06 07:33:09 +02:00
.gitignore revert switch to yarn 2 2020-02-19 10:00:25 +01:00
index.js cleanup, update to eslint 7 2020-05-13 20:38:48 +02:00
jenkins.js cleanup, update to eslint 7 2020-05-13 20:38:48 +02:00
Jenkinsfile cleanup, update to eslint 7 2020-05-13 20:38:48 +02:00
LICENSE fix license 2020-02-08 16:12:05 +01:00
package.json upgrade packages 2020-05-13 20:45:17 +02:00
README.md cleanup, update to eslint 7 2020-05-13 20:38:48 +02:00
yarn.lock upgrade packages 2020-05-13 20:45:17 +02:00

@sapphirecode/eslint-config

Package quality

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: [
    '@scode'
  ]
}

License

BSD-3-Clause © Timo Hocker