We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87f6d8f + e58e20b commit d831f49Copy full SHA for d831f49
index.js
@@ -22,6 +22,7 @@ module.exports = {
22
"it": true,
23
"jest": true
24
},
25
+ "parser": "babel-eslint",
26
"parserOptions": {
27
"ecmaFeatures": {
28
"jsx": true
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-simplymadeapps",
3
- "version": "1.5.5",
+ "version": "1.5.6",
4
"description": "ESLint config for Simply Made Apps",
5
"homepage": "https://github.com/simplymadeapps/eslint-config-simplymadeapps",
6
"license": "MIT",
@@ -26,6 +26,7 @@
"typescript": "^3.9.5"
"peerDependencies": {
29
+ "babel-eslint": ">=10.1.0",
30
"eslint": ">=6.7.2",
31
"prettier": ">=1.19.1"
32
}
0 commit comments