feup-lint
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

fig-lint

lint 规范集合配置文件

.eslintrc.js

module.exports = {
  extends: [require.resolve('@kkb/fig-lint/dist/eslint')],

  rules: {
    // your rules
  },
};

.prettierrc.js

const figLint = require('@kkb/fig-lint');

module.exports = {
  ...figLint.prettier,
};

Readme

Keywords

none

Package Sidebar

Install

npm i feup-lint

Homepage

www.feup.cn/

Weekly Downloads

2

Version

0.1.7

License

ISC

Unpacked Size

26.3 kB

Total Files

11

Last publish

Collaborators

  • shudong