Timo Hocker 10fa53b0ea
All checks were successful
continuous-integration/drone/push Build is passing
fix
2021-03-11 21:08:18 +01: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
fix
2020-07-19 14:31:33 +02:00
fix
2021-03-11 21:08:18 +01:00
2020-05-17 19:07:23 +02:00
fix
2021-03-11 21:08:18 +01:00
2020-05-17 19:13:29 +02:00
2020-11-26 07:37:03 +01: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%