0.2.0 • Published 4 years ago

eslint-config-qroy v0.2.0

Weekly downloads
1
License
BSD-3-Clause
Repository
-
Last release
4 years ago

eslint-config-qroy

version node-version npm

eslint configs for javascript code style, customized with Q.Roy's personal code style.

Install

npm install --save-dev eslint eslint-config-qroy

Usage


Edit your .eslintrc file, and append the code for the different environments listed below.

Default (For Node.js)

{
  "extends": "qroy" 
}

When using in Node.js project or using as default Settings

{
  "extends": "qroy/node"
}

When using in React project

{
  "extends": "qroy/react"
}

Using with prettier

Prettier is highly recommended using with ESLint. You can just copy .prettierrc.js file in this project as prettier configuration file;

Run tests

// TODO
Too lazy for doing testing;

Author

👤 Q.Roy

Issues

issues and feature requests are welcome!

Feel free to check issues page.


This README was generated with ❤️ by readme-md-generator