Skip to content

Commit

Permalink
feat: add default ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed May 16, 2022
1 parent 9b02f8a commit 993ab5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions libs/basic.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
module.exports = {
ignoreFiles: [
'/**/*.min.*',
'/**/dist/**',
'/**/output/**',
'/**/coverage/**',
'/**/public/**',
'/**/temp/**',
'/**/__snapshots__/**',
],
extends: [
// 标准配置
'stylelint-config-standard',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@col0ring/stylelint-config",
"description": "Col0ring's Stylelint Config Presets",
"version": "0.0.5",
"version": "0.0.6",
"main": "./libs/index.js",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 993ab5e

Please sign in to comment.