UNPKG

npmignore

Version:

Command line tool for creating or updating a .npmignore file based on .gitignore.

14 lines (11 loc) 236 B
{ "root": true, "extends": "@ljharb/eslint-config/node/0.4", "rules": { "eqeqeq": ["error", "allow-null"], "func-style": "warn", "multiline-comment-style": "off", "no-param-reassign": "warn", "no-plusplus": "warn", }, }