N
N
Nikolai2019-05-28 16:15:41
Node.js
Nikolai, 2019-05-28 16:15:41

Select all files except ?

Good afternoon!
There is this entry:

"scripts": {
    "lint": "prettier --write \"src/blocks/**/*.scss\" \"src/styles/**/*.scss\" && stylelint \"src/blocks/**/*.scss\" \"src/styles/**/*.scss\" --fix --config ./.stylelintrc-format"
  },

How do I exclude my mixins.scss file from \"src/styles/**/*.scss\"

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Chernyshev, 2019-05-28
@IvanBlacky

Use the flag --ignore-path. Here is more

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question