Skip to content

Commit

Permalink
Use GitHub Packages + update eslint and shared configs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaltaberski committed Jun 18, 2021
1 parent b9ab61e commit 2d9811e
Show file tree
Hide file tree
Showing 3 changed files with 886 additions and 212 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@ardoq:registry=https://npm.pkg.github.com
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Anton Abilov",
"license": "MIT",
"devDependencies": {
"@ardoq/shared-configs": "0.0.13",
"@ardoq/shared-configs": "0.1.17",
"@babel/core": "7.5.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
"@babel/plugin-proposal-optional-chaining": "7.12.13",
Expand All @@ -19,6 +19,11 @@
"babel-loader": "8.2.2",
"clean-webpack-plugin": "3.0.0",
"eslint": "6.8.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sort-class-members": "^1.11.0",
"prettier": "1.19.1",
"regenerator-runtime": "0.13.5",
"stylelint": "13.2.1",
Expand Down
Loading

0 comments on commit 2d9811e

Please sign in to comment.