eslint-config-standart-partyk
v2.1.1
Published
Default configure ESLint for projects
Downloads
4
Readme
eslint-config-standart-partyk
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 eslint-config-standart-partyk
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": "eslint-config-standart-partyk"
}