2023-03-28 22:48:58 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2020-05-19 19:29:18 +00:00
|
|
|
module.exports = {
|
2021-07-26 14:26:50 +00:00
|
|
|
...require('@hashicorp/platform-cli/config/stylelint.config'),
|
2020-12-08 23:24:36 +00:00
|
|
|
/* Specify overrides here */
|
2020-05-19 19:29:18 +00:00
|
|
|
}
|