open-nomad/website/.eslintrc.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
187 B
JavaScript
Raw Normal View History

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
2020-02-06 23:45:31 +00:00
module.exports = {
...require('@hashicorp/platform-cli/config/.eslintrc'),
2020-02-06 23:45:31 +00:00
ignorePatterns: ['public/']
}