scode-eslint-config/README.md
2020-05-17 19:04:57 +02:00

696 B

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

License

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