mirror of https://github.com/hashicorp/packer
web: migrate to web platform- packages (#11156)
parent
7db0234a60
commit
6825d1ad0d
@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
...require('@hashicorp/nextjs-scripts/.eslintrc.js'),
|
||||
...require('@hashicorp/platform-cli/config/.eslintrc'),
|
||||
ignorePatterns: ['public/']
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
...require('@hashicorp/nextjs-scripts/.stylelintrc.js'),
|
||||
...require('@hashicorp/platform-cli/config/stylelint.config'),
|
||||
/* Specify overrides here */
|
||||
}
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
/// <reference types="next" />
|
||||
/// <reference types="next/types/global" />
|
||||
/// <reference types="@hashicorp/platform-types" />
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
...require('@hashicorp/nextjs-scripts/prettier.config.js'),
|
||||
...require('@hashicorp/platform-cli/config/prettier.config'),
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue