Skip to content

nmccready/eslint-plugin-nem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-nem

module.exports = {
  plugins: ['@znemz/nem'],
  '@znemz/nem/no-import-pathing-dot-slash-dotdot': 2
  ...
}

Workflow

Refer to the guide Creating an ESLint Plugin.

Scaffolding for rule creation

yarn yo eslint:rule
? What is your name? ...
? Where will this rule be published? ESLint Plugin
? What is the rule ID? no-full-fp-lib
? Type a short description of this rule: ...
? Type a short example of the code that will fail: var _ = require('your favorite fp library');

About

eslint custom rules

Resources

Stars

Watchers

Forks

Packages

No packages published