f96106247d
* Added eslint and prettier, added elintconfig,prettierconfig Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
{
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"endOfLine": "auto"
|
|
}
|