@monkee/eslint-config

1.0.0 • Public • Published

@monke/eslint-config package

Install

npm i -D @monkee/eslint-config

Usage in typescript projects

.eslintrc.yml

extends:
  - '@monkee/eslint-config/typescript'
parserOptions:
  project: ./tsconfig.json # or specify your ts config path

Usage in javascript projects

.eslintrc.yml

extends:
  - '@monkee/eslint-config/pure-js'

Package update flow

Package publishing only available via CI jobs.

You must use '-beta' postfix for testing purposes. Otherwise CI job being failed. Bump version via npm

npm version prerelease --preid beta

Before merge changes into master branch you should remove 'beta' postfix

npm version major | minor | patch

Learn more https://docs.npmjs.com/cli/v8/commands/npm-version

Readme

Keywords

none

Package Sidebar

Install

npm i @monkee/eslint-config

Weekly Downloads

113

Version

1.0.0

License

UNLICENSED

Unpacked Size

19.2 kB

Total Files

6

Last publish

Collaborators

  • enity