1.6.4 • Published 5 years ago

partyk-eslint-config-standard v1.6.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

partyk-eslint-config-standard

An ESLint Shareable Config for JavaScript Standard Style. This config is extending of eslint-config-standard and is JavaScript Standard Style for projects.

Install

 npm install --save-dev partyk-eslint-config-standard

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

Support JSX

Add this to your .eslintrc file:

{
  "extends": "partyk-eslint-config-standard"
}