Commit 7652b0f9 authored by Chunchi Che's avatar Chunchi Che

move ygopro.* to src/api and add .eslintrc.json

parent d5147c54
{
"rules": {
"eqeqeq": 0
}
}
import React from 'react'; import React from 'react';
import './App.css'; import './App.css';
import './api/ygopro.ts';
function App() { function App() {
return ( return (
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
}, },
"files": [], "files": [],
"include": [ "include": [
"src" "src",
"src/api"
] ]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment