0.1.25 • Published 12 months ago

@codingnomad/eslint-config-cn v0.1.25

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@codingnomad/eslint-config-cn

Changelog

Here you can find the automatically generated CHANGELOG.md.

Important

Never touch the version tag in package.json manually!

Usage

Installation

yarn add @codingnomad/eslint-config-cn

eslintrc.js

module.exports = {
  extends: '@codingnomad/eslint-config-cn',
  rules: {
    ...
  },
};

commitlint.config.js

module.exports = {
  extends: ['@codingnomad/eslint-config-cn'],
};

prettier.config.js

module.exports = require('@codingnomad/eslint-config-cn/prettier.config');

stylelint.config.js

module.exports = {
  extends: ['@codingnomad/eslint-config-cn'],
};

tsconfig.json

TBD