Skip to content

Commit

Permalink
Update dependencies and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Maestre committed Oct 31, 2020
1 parent f21b120 commit bd4bd12
Show file tree
Hide file tree
Showing 3 changed files with 1,701 additions and 18 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/node_modules

yarn-error.log
yarn.lock
37 changes: 20 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,37 @@
{
"name": "@javiermaestre/eslint-config",
"version": "1.0.0",
"version": "1.1.0",
"description": "ESLint config for projects (ESLint + Airbnb + TypeScript + Prettier)",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"license": "MIT",
"author": "Javier Maestre <maestre19@gmail.com>",
"main": "core.js",
"repository": {
"type": "git",
"url": "https://github.com/javiermaestre/eslint-config.git"
},
"scripts": {},
"engines": {
"node": ">=10"
},
"peerDependencies": {
"eslint": "7.x",
"prettier": "2.x",
"typescript": "3.x"
"eslint": "^7.0.0",
"prettier": "^2.0.0",
"typescript": "^3.8.3"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"@typescript-eslint/eslint-plugin": "4.6.0",
"@typescript-eslint/parser": "4.6.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react-hooks": "4.1.0"
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0"
},
"devDependencies": {
"eslint": "7.x",
"prettier": "2.x",
"typescript": "3.x"
"eslint": "^7.0.0",
"prettier": "^2.0.0",
"typescript": "^3.8.3"
}
}
Loading

0 comments on commit bd4bd12

Please sign in to comment.