UNPKG

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