mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
logotype: render font as path instead of text
This commit is contained in:
parent
50caf2cfab
commit
1be7435da5
2 changed files with 14 additions and 12 deletions
|
@ -1,4 +1,8 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
"extends": "standard",
|
"extends": ["standard", "plugin:react/recommended"],
|
||||||
"plugins": [ "react", "node", "promise", "import" ]
|
"plugins": [ "react", "node", "promise", "import" ],
|
||||||
|
"parser": "babel-eslint",
|
||||||
|
"parserOptions": {
|
||||||
|
"jsx": true
|
||||||
|
}
|
||||||
};
|
};
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue