-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
module.exports = { | ||
// Setting root=true prevents ESLint from taking into account .eslintrc files higher up in the directory tree. | ||
root: true, | ||
|
||
// The following path may have to be adjusted to your directory structure. | ||
extends: './node_modules/nodejs-extensions/config/.eslintrc.lombiq-base.js', | ||
|
||
// Add custom rules and overrides here. | ||
rules: { | ||
}, | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// The following path may have to be adjusted to your directory structure. | ||
const lombiqConfig = require('./node_modules/nodejs-extensions/config/.prettierrc.lombiq-base.js'); | ||
|
||
module.exports = { | ||
...lombiqConfig, | ||
// Add custom rules and overrides here. | ||
} |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
module.exports = { | ||
// The following path may have to be adjusted to your directory structure. | ||
extends: './node_modules/nodejs-extensions/config/.stylelintrc.lombiq-base.js', | ||
|
||
// Add custom rules and overrides here. | ||
rules: { | ||
}, | ||
}; |
4bcc86d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Psichorex @barthamark why are these necessary, any why is this commit directly in
dev
, while not being updated in OSOCE?4bcc86d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was commited by a mistake probably. I reverted this. Nothing should be on dev.
4bcc86d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, thanks!