Skip to content

cubyn/eslint-config-cubyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ DEPRECATED ⚠️

eslint-plugin-cubyn

EsLint rules for Javascript

Usage

// 1. add a .eslintrc file at the root of your project
{ "extends": ["cubyn"] }

// 2. add required dependencies
yarn add --save-dev eslint@^3.13.0
yarn add --save-dev babel-eslint@^7.1.1

// 3. then simply add an NPM script
{ "scripts": { "lint": "eslint src" } }

You might want to customize the eslint rules configured by default, but in very exceptional circomstances 😈.

About

Eslint Rules for Cubyn JS repositories

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published