f96106247d
* Added eslint and prettier, added elintconfig,prettierconfig Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
8 lines
95 B
JSON
8 lines
95 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"checkJs": true,
|
|
"jsx": "react"
|
|
}
|
|
}
|