10 lines
195 B
JavaScript
10 lines
195 B
JavaScript
|
/**
|
||
|
* Copyright (c) HashiCorp, Inc.
|
||
|
* SPDX-License-Identifier: MPL-2.0
|
||
|
*/
|
||
|
|
||
|
module.exports = {
|
||
|
...require('@hashicorp/platform-cli/config/stylelint.config'),
|
||
|
/* Specify overrides here */
|
||
|
}
|