Timo Hocker 80a0642323
Some checks failed
continuous-integration/drone/push Build is failing
update-scanner: automatic update
eslint: 7.4.0 ==> 7.5.0 minor
eslint-plugin-tsdoc: 0.2.5 ==> 0.2.6 minor
2020-07-19 11:57:16 +02:00
2020-07-10 08:29:46 +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
2020-05-17 19:07:23 +02:00
2020-07-19 11:57:16 +02:00
2020-05-17 19:13:29 +02:00
2020-07-19 11:57:16 +02:00

@sapphirecode/eslint-config-ts

version: 1.1.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%