I want to run lint only on some specific files and not the complete directory. I used this command to run ng lint on specific files. npm run lint --files server.js
A