mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
26 lines
415 B
Plaintext
26 lines
415 B
Plaintext
{
|
|
"parser": "babel-eslint",
|
|
"parserOptions": {
|
|
"ecmaVersion": 8,
|
|
"ecmaFeatures": {
|
|
"jsx": true
|
|
},
|
|
"sourceType": "module"
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true
|
|
},
|
|
"plugins": [
|
|
"react"
|
|
],
|
|
"settings": {
|
|
"react": {
|
|
"pragma": "h"
|
|
}
|
|
},
|
|
"globals": {
|
|
"require": true,
|
|
}
|
|
}
|