@boehringer-ingelheim/eslint-config 7.0.0-shared-configuration-nextjs.1 → 7.0.0-shared-configuration-nextjs.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2,6 +2,7 @@ const tseslint = require('typescript-eslint');
|
|
|
2
2
|
|
|
3
3
|
const base = require('./configs/base.js');
|
|
4
4
|
const local = require('./configs/local.js');
|
|
5
|
+
const nextjs = require('./configs/nextjs.js');
|
|
5
6
|
const playwright = require('./configs/playwright.js');
|
|
6
7
|
const prettierDisable = require('./configs/prettier-disable.js');
|
|
7
8
|
const react = require('./configs/react.js');
|
|
@@ -12,6 +13,7 @@ module.exports = {
|
|
|
12
13
|
configs: {
|
|
13
14
|
base,
|
|
14
15
|
local,
|
|
16
|
+
nextjs,
|
|
15
17
|
playwright,
|
|
16
18
|
prettierDisable,
|
|
17
19
|
react,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boehringer-ingelheim/eslint-config",
|
|
3
|
-
"version": "7.0.0-shared-configuration-nextjs.
|
|
3
|
+
"version": "7.0.0-shared-configuration-nextjs.2",
|
|
4
4
|
"description": "Shared eslint configuration used at Boehringer Ingelheim for code styling",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"boehringer",
|