eslint-config-qroy

0.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-qroy

Weekly Downloads

2

Version

0.2.0

License

BSD-3-Clause

Unpacked Size

54 kB

Total Files

21

Last publish

Collaborators

  • q.roy