Timo Hocker 7c1205e5fa
Some checks failed
continuous-integration/drone/push Build is failing
update epp
2021-04-12 07:48:48 +02:00
2020-08-07 08:12:21 +02:00
fix
2020-05-06 07:39:07 +02:00
2020-05-17 19:07:23 +02:00
2020-05-13 21:28:17 +02:00
2020-05-17 19:07:23 +02:00
2020-05-17 19:07:23 +02:00
2021-04-12 07:48:48 +02:00
2021-04-12 07:48:48 +02:00

@sapphirecode/eslint-config-ts

version: 1.2.x

scode eslint configuration for typescript

Installation

npm:

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

yarn:

yarn add --dev @sapphirecode/eslint-config-ts

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/eslint-config-ts'
  ]
}

License

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

Description
No description provided
Readme 232 KiB
Languages
JavaScript 100%