Skip to content
eslint-config / 1.0.0-alpha.18

eslint-config 1.0.0-alpha.18

Install from the command line:
Learn more about npm packages
$ npm install @neuledge/eslint-config@1.0.0-alpha.18
Install via package.json:
"@neuledge/eslint-config": "1.0.0-alpha.18"

About this version

ESLint Default Config

Initial Setup

  1. Install the package:
npm i -d eslint prettier @neuledge/eslint-config
  1. Create a .eslintrc.json file with the following content:
{
  "extends": "@neuledge"
}
  1. Create a .prettierrc.json file with the following content:
{
  "singleQuote": true,
  "trailingComma": "all"
}

Details


Assets

  • eslint-config-1.0.0-alpha.18.tgz

Download activity

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