eslint-config-dqnt

2.1.5 • Public • Published

eslint-config-dqnt

Eslint config based on create-react-app with some tweaks and included prettier.

Installation

yarn add eslint prettier eslint-config-dqnt --dev

or

npm install eslint prettier eslint-config-dqnt --save-dev

Usage

Create a file named .eslintrc with following contents in the root folder of your project:

{
  "extends": "dqnt"
}

Create a file named .prettierrc with prettier settings best fit your preferences:

{
  "printWidth": 80,
  "singleQuote": true,
  "trailingComma": "es5"
}

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-dqnt

Weekly Downloads

1

Version

2.1.5

License

ISC

Unpacked Size

27.5 kB

Total Files

4

Last publish

Collaborators

  • sonsnov