mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
20 lines
278 B
Plaintext
20 lines
278 B
Plaintext
{
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaFeatures": {
|
|
"jsx": true
|
|
}
|
|
},
|
|
"plugins": [
|
|
"react"
|
|
],
|
|
"settings": {
|
|
"react": {
|
|
"pragma": "h"
|
|
}
|
|
}
|
|
}
|