1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Add eslint parser to avoid errors in IDE. (#4297)

This commit is contained in:
Jorge Cuadra 2018-05-07 12:11:14 -07:00 committed by Tim Neutkens
parent 0697c289f8
commit 596bd21e33

View file

@ -0,0 +1,3 @@
{
"parser": "babel-eslint"
}