Skip to content

Commit

Permalink
Merge pull request #45 from atom-community/flow/jsx-in-js
Browse files Browse the repository at this point in the history
feat: allow flow and jsx in javascript
  • Loading branch information
aminya authored Jun 15, 2021
2 parents 307725e + 6e01035 commit 68e1cca
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 96 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,24 @@
"bump": "ncu -u -x coffeescript"
},
"dependencies": {
"eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
"@babel/core": "^7",
"@babel/eslint-parser": "^7.14.3",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@babel/eslint-parser": "^7.14.5",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-syntax-jsx": "^7.14.5",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"coffeescript": "^1",
"eslint": "^7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-coffee": "^0.1.14",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-json": "^3.0.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.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-yaml": "^0.4.2",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-yaml": "^0.5.0",
"prettier": "^2",
"typescript": "^4"
},
Expand All @@ -56,9 +58,9 @@
},
"devDependencies": {
"eslint": "^7.22.0",
"execa": "^5.0.0",
"gitly": "^2.1.0",
"npm-check-updates": "11.5.13",
"execa": "^5.1.1",
"gitly": "^2.1.1",
"npm-check-updates": "11.6.0",
"prettier-config-atomic": "^2.0.5",
"shelljs": "^0.8.4"
}
Expand Down
Loading

0 comments on commit 68e1cca

Please sign in to comment.