easy-linter

1.0.5 • Public • Published

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.

Package Sidebar

Install

npm i easy-linter

Weekly Downloads

74

Version

1.0.5

License

ISC

Unpacked Size

66.9 kB

Total Files

12

Last publish

Collaborators

  • ashishprasher