I’m trying to use “lines-between-class-members”. So I added this rule –
“lines-between-class-members”:[“error”,”always”]
in .eslintrc.json file and it doesn’t work for me. What should I do to start working?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I’m trying to use “lines-between-class-members”. So I added this rule –
“lines-between-class-members”:[“error”,”always”]
in .eslintrc.json file and it doesn’t work for me. What should I do to start working?