@sapphirecode/eslint-config-ts

1.2.2 • Public • Published

@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

MIT License © Timo Hocker timo@scode.ovh

Readme

Keywords

Package Sidebar

Install

npm i @sapphirecode/eslint-config-ts

Weekly Downloads

56

Version

1.2.2

License

MIT

Unpacked Size

4.15 kB

Total Files

6

Last publish

Collaborators

  • timoho01