mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +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
|
|
}
|
|
}; |