Posts by Frederick Silva • 23 points
1 post
-
2
votes1
answer114
viewsQ: Riding . eslintrc, how to write?
I took a project with this Eslint: { "extends": [ "keystone" ], "rules": { "no-unused-vars": [2, {"vars": "all", "args": "after-used"}], }, } Another with that Eslint here { "parser":…