Skip to content

Commit

Permalink
Merge pull request #59 from atom-community/optional-coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Feb 17, 2022
2 parents e019f0b + 0e6b15b commit dd20dd9
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 200 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,20 @@
"prettier": "prettier-config-atomic",
"dependencies": {
"@babel/core": "^7",
"@babel/eslint-parser": "^7.16.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"coffeescript": "^1",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-coffee": "^0.1.15",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-yaml": "^0.5.0",
"prettier": "^2",
"read-pkg-up": "^7",
Expand All @@ -48,13 +45,18 @@
"eslint": "^7",
"execa": "^5.1.1",
"gitly": "^2.1.5",
"npm-check-updates": "12.2.1",
"prettier-config-atomic": "^3.0.1",
"npm-check-updates": "12.3.0",
"prettier-config-atomic": "^3.0.3",
"shelljs": "^0.8.5"
},
"peerDependencies": {
"eslint": "^7"
},
"optionalDependencies": {
"coffeescript": "^1",
"eslint-plugin-coffee": "^0.1.15",
"eslint-plugin-react-hooks": "^4.3.0"
},
"keywords": [
"eslint",
"config",
Expand Down
Loading

0 comments on commit dd20dd9

Please sign in to comment.