cineclub-site/front/stylelint.config.js

7 lines
160 B
JavaScript
Raw Permalink Normal View History

2022-04-03 01:20:53 +02:00
module.exports = {
2022-04-03 01:20:54 +02:00
extends: ["stylelint-config-standard"],
2022-04-03 01:20:53 +02:00
// add your custom config here
// https://stylelint.io/user-guide/configuration
2022-04-03 01:20:54 +02:00
rules: {},
2022-04-03 01:20:53 +02:00
}