Skip to content

Commit

Permalink
Remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Nov 14, 2021
1 parent 5432e72 commit f5fb228
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
"browser": true,
"es2021": true
},
"extends": ["eslint:recommended", "@solid/eslint-config-base"],
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
Expand Down
46 changes: 16 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@solid/eslint-config-base": "^0.2.2",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@wasm-tool/rollup-plugin-rust": "^1.0.7",
"babel-preset-solid": "^1.1.2",
"eslint": "^7.27.0",
Expand Down

0 comments on commit f5fb228

Please sign in to comment.