mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 14:18:57 +00:00
9 lines
168 B
JavaScript
9 lines
168 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
extends: ['stylelint-config-standard', 'stylelint-prettier/recommended'],
|
|
rules: {
|
|
'import-notation': null,
|
|
},
|
|
};
|