エラー画面
下記の画像のようにVScode上で、全てのscssファイルの1行目に
Unknown rule no-invalid-position-at-import-rule. Unknown rule no-irregular-whitespace.
が表示されており、下述するstylelintのymlファイルのあらゆる箇所を書き換えても解決できません。。
これはどうやったら解決できるでしょうか?原因はなんでしょうか?
該当のコード
.stylelintrc.yml
extends: - stylelint-config-standard - stylelint-config-recess-order - stylelint-rscss/config plugins: - stylelint-scss - stylelint-declaration-block-no-ignored-properties rules: string-quotes: single no-empty-source: null selector-pseudo-element-no-unknown: - true - ignorePseudoElements: - v-deep at-rule-no-unknown: null no-descending-specificity: null scss/at-rule-no-unknown: true property-no-unknown: - true - ignoreProperties: - font-icon
その他
このプロジェクトはtypescriptとnext.jsで作成しています。その他、記述した方が良いファイルなどがあれば随時記載します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。