“No ESLint configuration found” error

后端 未结 11 2437
故里飘歌
故里飘歌 2021-02-01 16:03

Recently, we\'ve upgraded to ESLint 3.0.0 and started to receive the following message running the grunt eslint task:

> $ grunt eslint
Running \"         


        
11条回答
  •  被撕碎了的回忆
    2021-02-01 16:26

    Run the command ember init. When it asks for overwriting the existing file(s). Type n to skipping overwriting the file. Now it will automatically create required files like .eslintrc, etc.

    For me the same issue occurred when i copied my folder except dist, dist_production and node_modules folder to another system and tried running ember build.

提交回复
热议问题