Skip to content

eslint-config-typescript 1.0.9

Install from the command line:
Learn more about npm packages
$ npm install @releaseband/eslint-config-typescript@1.0.9
Install via package.json:
"@releaseband/eslint-config-typescript": "1.0.9"

About this version

@releaseband/eslint-config-typescript

eslint shareable config

Installing

npm i -D @releaseband/eslint-config-typescript
npx install-peerdeps --dev @releaseband/eslint-config-typescript

create .eslintrc.json file in the root project folder:

{
  "extends": ["@releaseband/eslint-config-typescript"]
}

create .eslintignore file in the root project folder:

node_modules/
.idea/
.vscode/
.history/

add script in package.json:

{
  "scripts": {
    "lint": "eslint --ext .js,.ts --fix ."
  }
}

Details


Assets

  • eslint-config-typescript-1.0.9-npm.tgz

Download activity

  • Total downloads 815
  • Last 30 days 0
  • Last week 0
  • Today 0