eslint-config-origami-component

This is an ESLint configuration which aims to ensure all Origami components' source code is consistent in style.

MIT 9 个版本
安装
npm install eslint-config-origami-component
yarn add eslint-config-origami-component
pnpm add eslint-config-origami-component
bun add eslint-config-origami-component
README

eslint-config-origami-component

This is an ESLint configuration which aims to ensure all Origami components' source code is consistent in style.

Usage

Install this package somewhere your eslint can find it (npm install -g eslint-config-origami-component if your eslint is installed with -g too), and put this in your .eslintrc or wherever you keep your project's eslint config:

{
    "extends": "eslint-config-origami-component"
}
版本列表
2.2.0 2021-11-18
2.1.1 2021-01-29
2.1.0 2020-09-04
2.0.1 2020-03-23
2.0.0 2020-03-23
1.1.1 2020-10-30
1.1.0 2020-09-04
1.0.4 2020-04-09
1.0.0 2016-09-05