@znemz/eslint-plugin-nem

0.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    8
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    8

Package Sidebar

Install

npm i @znemz/eslint-plugin-nem

Weekly Downloads

8

Version

0.0.1

License

MIT

Unpacked Size

5.76 kB

Total Files

5

Last publish

Collaborators

  • stevenheinrich
  • nmccready