1.0.0 • Published 5 years ago

@noname-land/eslint-config v1.0.0

Weekly downloads
1
License
-
Repository
github
Last release
5 years ago

@noname-land/eslint-config

npm

Installation

npx install-peerdeps --dev @noname-land/eslint-config

Usage

By CLI:

eslint --cache -c node_modules/@noname-land/eslint-config/.eslintrc.js .

By config file (.eslintrc.js):

module.exports = {
  extends: '@noname-land',
};