2.1.1 • Published 6 months ago

eslint-config-standart-partyk v2.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 months ago

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"
}