Timo Hocker 14a98b68a7 update-scanner: automatic update
@sapphirecode/eslint-config-es6: 1.1.12 ==> 1.1.14 minor
@typescript-eslint/eslint-plugin: 3.4.0 ==> 3.5.0 minor
@typescript-eslint/parser: 3.4.0 ==> 3.5.0 minor
eslint-plugin-import: 2.21.2 ==> 2.22.0 minor
2020-07-01 09:16:26 +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-05-13 20:57:16 +02:00
2020-05-17 19:07:23 +02:00
2020-05-23 17:51:07 +02:00
2020-05-17 19:13:29 +02:00
2020-07-01 09:16:26 +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%