mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
8 lines
No EOL
214 B
JavaScript
8 lines
No EOL
214 B
JavaScript
module.exports = {
|
|
"extends": ["standard", "plugin:react/recommended"],
|
|
"plugins": [ "react", "node", "promise", "import" ],
|
|
"parser": "babel-eslint",
|
|
"parserOptions": {
|
|
"jsx": true
|
|
}
|
|
}; |