0.1.4 • Published 4 years ago

@vbelolapotkov/js-config v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@vbelolapotkov/js-config

Shareable set of configs for JavaScript tools.

Installation

npm i -D @vbelolapotkov/js-config

Usage

Feel free to use all or only required configs.

ESLint

Create .eslintrc.js in your project root:

module.exports = {
  extends: "@vbelolapotkov/eslint-config"
};

Prettier

Create prettier.config.js in your project root:

module.exports = require("@vbelolapotkov/js-config/prettier");
0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago