style: Added ESlint and prettier for linters.
Added ESlint and prettier with airbnb config and hust precommit hook to lint on commit. #36, #38master
parent
ce8181f189
commit
4864443661
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"extends": ["airbnb", "prettier"],
|
||||||
|
"plugins": ["prettier"],
|
||||||
|
"rules": {
|
||||||
|
"prettier/prettier": ["error"]
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
package.json
|
||||||
|
package-lock.json
|
||||||
|
lib/
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue