2023-03-15 16:00:52 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2020-01-18 00:18:09 +00:00
|
|
|
module.exports = {
|
2021-07-27 22:43:40 +00:00
|
|
|
...require('@hashicorp/platform-cli/config/.eslintrc'),
|
2020-01-18 00:18:09 +00:00
|
|
|
/* Specify overrides here */
|
|
|
|
ignorePatterns: ['public/']
|
|
|
|
}
|