Conversation
|
Files in |
+1, fixed |
|
I'm guessing the JS files in /ext would need to be excluded as well; prettierignore only applies to CSS, right? The existing So I think you could use the same path arguments for the lint command. Also, can you revert the formatting changes in the |
|
The prettierignore ignores CSS linting, as thats what prettier is doing, linting css. I'll update the script, and reverting it might take a bit but I'll get to work. |
|
@PalmerAL all fixed, you can go over it if you want |
|
Looks good to me! |
This just lints JS with standard, css with prettier
Adds command lint