1.1.19-alpha.0 • Published 2 years ago

@mobilabsolutions/eslint-config-node v1.1.19-alpha.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Mobilab eslint-config-node

Installation

When using an npm 5+

npx install-peerdeps --dev @mobilabsolutions/eslint-config-node

If using npm < 5

OSX/Linux

To install this package and all its peer dependencies run:

(
  export PKG=@mobilabsolutions/eslint-config-node;
  npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)

Windows

npm install -g install-peerdeps
install-peerdeps --dev @mobilabsolutions/eslint-config-node

Usage

Include the @mobilabsolutions/eslint-config-node to the "extends" array in your .eslintrc.* file.\

Overrides

You can easily override specific this settings eslint-plugin-node.\ See http://eslint.org/docs/developer-guide/shareable-configs for more information.

Example

{
  "rules": {
     "node/exports-style": "off"
  }
}

Contributing

See how to contribute Contributors Guide

License

MIT License

1.1.19-alpha.0

2 years ago

1.1.18

3 years ago

1.1.18-rc.7

4 years ago

1.1.18-rc.6

5 years ago

1.1.18-rc.5

5 years ago

1.1.18-rc.4

5 years ago

1.1.18-rc.1

5 years ago

1.1.18-rc.0

5 years ago

1.1.17

5 years ago

1.1.16

5 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago