1
1
mirror of https://github.com/primer/css.git synced 2024-09-11 16:36:07 +03:00

disable no-console in script/

This commit is contained in:
Shawn Allen 2019-09-10 10:44:47 -07:00
parent 2b3ae9db6d
commit 5a9ebe6929

5
script/.eslintrc.json Normal file
View File

@ -0,0 +1,5 @@
{
"rules": {
"no-console": 0
}
}