Skip to content

Commit

Permalink
Sort configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 5, 2024
1 parent e1f57db commit e5fed11
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
24 changes: 12 additions & 12 deletions exception/ignore-fields.js
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
export default [
'babel',
'browserslist',
'c8',
'clean-publish',
'commitlint',
'devDependencies',
'eslintConfig',
'eslintIgnore',
'husky',
'jest',
'yaspeller',
'size-limit',
'clean-publish',
'devDependencies',
'babel',
'lint-staged',
'nano-staged',
'pre-commit',
'husky',
'prettier',
'browserslist',
'pwmetrics',
'sharec',
'simple-pre-commit',
'simple-git-hooks',
'commitlint',
'remarkConfig',
'renovate',
'resolutions',
'sharec',
'simple-git-hooks',
'simple-pre-commit',
'size-limit',
'typeCoverage',
'c8'
'yaspeller'
]
56 changes: 28 additions & 28 deletions exception/ignore-files.js
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
export default [
'.circleci',
'.github',
'.vscode',
'node_modules',
'test',
/^\.eslintrc/,
/eslint.config.(c|m)?js/,
/^\.babelrc/,
/^\.yaspellerrc/,
/^\.prettierrc/,
/^\.jsdocrc/,
/^\.lintstagedrc/,
/^\.nanostagedrc/,
/^\.jsconfig/,
/^\.size-limit/,
/^\.clean-publish/,
'.git',
'.DS_Store',
'.eslintignore',
'.editorconfig',
/^(babel|commitlint|jest|vitest)\.config\.[cm]?(j|t)s$/,
'.eslintignore',
'.flowconfig',
'.git',
'.github',
'.travis.yml',
'pnpm-lock.yaml',
'yarn.lock',
'package-lock.json',
'pnpm-debug.log',
'yarn-error.log',
'appveyor.yml',
'.vscode',
'.watchmanconfig',
'.yarnrc',
'appveyor.yml',
'karma.conf.js',
'.flowconfig',
/^changelog/i,
'node_modules',
'package-lock.json',
'pnpm-debug.log',
'pnpm-lock.yaml',
'test',
'yarn-error.log',
'yarn.lock',
/^(babel|commitlint|jest|vitest)\.config\.[cm]?(j|t)s$/,
/^\.?nano-staged\.(c|m)?js(on)?$/,
/^\.?simple-pre-commit.js(on)?$/,
/^\.?simple-git-hooks.js(on)?$/,
/^\.?simple-pre-commit.js(on)?$/,
/^\.babelrc/,
/^\.clean-publish/,
/^\.commitlintrc/,
/^\.renovaterc/,
/^\.eslintrc/,
/^\.jsconfig/,
/^\.jsdocrc/,
/^\.lintstagedrc/,
/^\.nanostagedrc/,
/^\.prettierrc/,
/^\.remarkrc/,
/^\.renovaterc/,
/^\.size-limit/,
/^\.yaspellerrc/,
/^changelog/i,
/eslint.config.(c|m)?js/,
/README\.[\w-]+\.md/
]
10 changes: 5 additions & 5 deletions exception/npm-scripts.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export default [
'version',
'postversion',
'postinstall',
'postpack',
'postpublish',
'postversion',
'prepublish',
'publish',
'postpublish',
'postinstall',
'uninstall'
'uninstall',
'version'
]

0 comments on commit e5fed11

Please sign in to comment.