1.4.1 • Published 2 years ago

@garron/standard v1.4.1

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

garron/standard

prettier,eslint,stylelint 的配置文件合集

使用

.eslintrc.js

const vue3Lint = require('@garron/standard/dist/vue3Lint');
module.exports = {
  ...vue3Lint,
};

.stylelintrc.js

const styleLint = require('@garron/standard/dist/styleLint');
module.exports = {
  ...styleLint,
};

.prettierrc.js

const prettierLint = require('@garron/standard/dist/prettierLint');

module.exports = {
  ...prettierLint,
};
1.2.8

2 years ago

1.2.7

2 years ago

1.3.3

2 years ago

1.4.1

2 years ago

1.3.2

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.9

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago