This package has been deprecated

Author message:

WARNING: This project has been renamed to amaze-eslint. Install using amaze-eslint instead.

incepto-eslint

0.2.4 • Public • Published

Incepto - ESLint

These rules dictate the JavaScript linting standards endorsed by Amaze Ltd.

Installation

  1. Install Node dependencies

     npm install
    

Usage

  1. Ensure an initial .eslintrc.js exists in the target directory with appropriate configuration options:

    Example '.eslintrc.js'

    module.exports = {
    	'extends': [
    		'incepto-eslint',
    		// Additional rule sets...
    		'incepto-eslint/rules/es6'
    	].map(require.resolve),
    	'env': {
    		// Environment settings...
    		'browser': true
    	},
    	// Local override rules...
    	'rules': {}
    };
  2. Run eslint standalone with:

     eslint <DIRECTORY>
    

Or via other workflow tooling designed to interface with the eslint API.

Links

Readme

Keywords

none

Package Sidebar

Install

npm i incepto-eslint

Weekly Downloads

3

Version

0.2.4

License

MIT

Last publish

Collaborators

  • amaze-mrobinson