Skip to content

This package is a layer above the existing eslint package (https://github.com/eslint/eslint). This package has eslint rules defined in advance and can be used very easily. This package can be used by teams that are working on many projects and want centralized repository of eslint rules.

License

Notifications You must be signed in to change notification settings

searchunify/easy-linter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-linter

Version npm

NPM

easy-linter is a layer on top of eslint. easy-linter has eslint rules defined in advance and is a ready to use package with minimum effort. This package can be used by teams that are working on multiple projects and want centralized repository of eslint rules.

Overview

easy-linter uses a number of open source projects to work properly:

And of course easy-linter itself is open source with a public repository on GitHub.

Installation

easy-linter requires Node.js to run.

Install the dependencies and devDependencies and start the server.

$ npm i easy-linter

Usage

Create a file named .eslintrc.json file project in root directory of the project add the following json object.

{
  "extends": "./node_modules/easy-linter/index.js"
}

You can create .eslintignore file in root directory of the project to ignore directory/files from linting rules.

About

This package is a layer above the existing eslint package (https://github.com/eslint/eslint). This package has eslint rules defined in advance and can be used very easily. This package can be used by teams that are working on many projects and want centralized repository of eslint rules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%