Skip to content

ESLint shareable config for the Cantonjs JavaScript style guide with resolver

License

Notifications You must be signed in to change notification settings

cantonjs/eslint-config-cantonjs-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-cantonjs-resolver

Build Status

ESLint shareable config for the Cantonjs, with import/resolver

Installation

$ npm install --save-dev eslint eslint-config-cantonjs-resolver

You may also need to add babel-plugin-module-resolver and webpack

Usage

Once the eslint-config-cantonjs-resolver package is installed, you can use it by specifying cantonjs-resolver in the extends section of your ESLint configuration.

{
  "extends": "cantonjs-resolver",
  "rules": {
    // Additional, per-project rules...
  }
}

Note You may also need to config babel-plugin-module-resolver and webpack resolve to make resolvers work

Configures / Extends

Related Projects

License

MIT © Cantonjs

About

ESLint shareable config for the Cantonjs JavaScript style guide with resolver

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published