1 | /*
|
2 | ==================================================================
|
3 | DEPRECATED
|
4 | please check the documentation and use plugin rules
|
5 | ==================================================================
|
6 | */
|
7 |
|
8 | const config = require('./config/extendedStylelintOrderConfig');
|
9 |
|
10 | module.exports = config({ 'border-in-box-model': true });
|