-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: webapp eslint config redundant root import
- Loading branch information
1 parent
eac478e
commit 65a88ad
Showing
11 changed files
with
8 additions
and
32 deletions.
There are no files selected for viewing
4 changes: 1 addition & 3 deletions
4
packages/internal/tools/src/generators/webapp-lib/files/eslint.config.js__template__
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
const rootConfig = require('<%= offsetFromRoot %>eslint.config.js'); | ||
|
||
const webappCoreConfig = require('@sb/webapp-core/eslint.config.js'); | ||
|
||
module.exports = [...rootConfig, ...webappCoreConfig]; | ||
module.exports = [...webappCoreConfig]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
const rootConfig = require('../../../eslint.config.js'); | ||
|
||
const webappCoreConfig = require('@sb/webapp-core/eslint.config.js'); | ||
|
||
module.exports = [...rootConfig, ...webappCoreConfig]; | ||
module.exports = [...webappCoreConfig]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
const rootConfig = require('../../../eslint.config.js'); | ||
|
||
const webappCoreConfig = require('@sb/webapp-core/eslint.config.js'); | ||
|
||
module.exports = [...rootConfig, ...webappCoreConfig]; | ||
module.exports = [...webappCoreConfig]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
const rootConfig = require('../../../eslint.config.js'); | ||
|
||
const webappCoreConfig = require('@sb/webapp-core/eslint.config.js'); | ||
|
||
module.exports = [...rootConfig, ...webappCoreConfig]; | ||
module.exports = [...webappCoreConfig]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
const rootConfig = require('../../../eslint.config.js'); | ||
|
||
const webappCoreConfig = require('@sb/webapp-core/eslint.config.js'); | ||
|
||
module.exports = [...rootConfig, ...webappCoreConfig]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
const rootConfig = require('../../../eslint.config.js'); | ||
|
||
const webappCoreConfig = require('@sb/webapp-core/eslint.config.js'); | ||
|
||
module.exports = [...rootConfig, ...webappCoreConfig]; | ||
module.exports = [ ...webappCoreConfig]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
const rootConfig = require('../../../eslint.config.js'); | ||
|
||
const webappCoreConfig = require('@sb/webapp-core/eslint.config.js'); | ||
|
||
module.exports = [...rootConfig, ...webappCoreConfig]; | ||
module.exports = [...webappCoreConfig]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
const rootConfig = require('../../../eslint.config.js'); | ||
|
||
const webappCoreConfig = require('@sb/webapp-core/eslint.config.js'); | ||
|
||
module.exports = [...rootConfig, ...webappCoreConfig]; | ||
module.exports = [...webappCoreConfig]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
const rootConfig = require('../../../eslint.config.js'); | ||
|
||
const webappCoreConfig = require('@sb/webapp-core/eslint.config.js'); | ||
|
||
module.exports = [...rootConfig, ...webappCoreConfig]; | ||
module.exports = [...webappCoreConfig]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters