Skip to content

Commit

Permalink
feat: upgrade icebreaker config
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jul 21, 2023
1 parent c14177d commit 7aac5f1
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 332 deletions.
10 changes: 1 addition & 9 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
/** @type {import('eslint').Linter.Config} */
module.exports = {
root: true,
extends: ['icebreaker', 'plugin:prettier/recommended'],
rules: {
'unicorn/no-array-reduce': 0,
'unicorn/no-object-as-default-parameter': 0,
'unicorn/filename-case': 0,
'unicorn/no-null': 0,
'unicorn/prefer-module': 0,
'unicorn/prefer-top-level-await': 0
}
extends: ['icebreaker', 'plugin:prettier/recommended']
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"homepage": "https://github.com/sonofmagic/npm-lib-rollup-template#readme",
"devDependencies": {
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
Expand All @@ -52,27 +52,27 @@
"@tsconfig/recommended": "^1.0.2",
"@types/klaw": "^3.0.3",
"@types/lodash": "^4.14.195",
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.4.1",
"@types/lodash-es": "^4.17.8",
"@types/node": "^20.4.2",
"@types/semantic-release": "^20.0.1",
"@vitest/coverage-v8": "^0.33.0",
"cross-env": "^7.0.3",
"defu": "^6.1.2",
"del": "^6.1.1",
"eslint": "8.44.0",
"eslint-config-icebreaker": "^1.1.0",
"eslint": "8.45.0",
"eslint-config-icebreaker": "^1.2.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"klaw": "^4.1.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"only-allow": "^1.1.1",
"prettier": "^2.8.8",
"rollup": "^3.26.2",
"prettier": "^3.0.0",
"rollup": "^3.26.3",
"rollup-plugin-visualizer": "^5.9.2",
"semantic-release": "^21.0.7",
"ts-node": "^10.9.1",
"ts-patch": "^3.0.1",
"ts-patch": "^3.0.2",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
Expand Down
Loading

0 comments on commit 7aac5f1

Please sign in to comment.