logotype: render font as path instead of text

This commit is contained in:
41666 2018-02-18 17:38:16 -06:00
parent 50caf2cfab
commit 1be7435da5
2 changed files with 14 additions and 12 deletions

View file

@ -1,4 +1,8 @@
module.exports = {
"extends": "standard",
"plugins": [ "react", "node", "promise", "import" ]
"extends": ["standard", "plugin:react/recommended"],
"plugins": [ "react", "node", "promise", "import" ],
"parser": "babel-eslint",
"parserOptions": {
"jsx": true
}
};

File diff suppressed because one or more lines are too long