1.4.1 • Published 3 years ago

@garron/standard v1.4.1

Weekly downloads
-
License
-
Repository
github
Last release
3 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

3 years ago

1.2.7

3 years ago

1.3.3

3 years ago

1.4.1

3 years ago

1.3.2

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.9

3 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago