mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-04 06:57:20 +01:00
tried to address linting issues
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
{
|
||||
"parser": "babel-eslint",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 8,
|
||||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
},
|
||||
"sourceType": "module"
|
||||
},
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es6": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
"react"
|
||||
],
|
||||
@@ -15,5 +18,8 @@
|
||||
"react": {
|
||||
"pragma": "h"
|
||||
}
|
||||
},
|
||||
"globals": {
|
||||
"require": true,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user