'use strict'; module.exports = { extends: ['stylelint-config-standard', 'stylelint-prettier/recommended'], rules: { 'import-notation': null, }, };