0.0.1 • Published 5 years ago

@znemz/eslint-plugin-nem v0.0.1

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

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');