Skip to content

Commit 189df5f

Browse files
chore: update @tabnews/config to version 0.4.1
1 parent 6712902 commit 189df5f

3 files changed

Lines changed: 6 additions & 11 deletions

File tree

eslint.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ import defaultConfig from '@tabnews/config/eslint';
22

33
const config = [
44
...defaultConfig,
5-
{
6-
rules: {
7-
'import/extensions': ['error', 'always', { ignorePackages: true }],
8-
'import/no-useless-path-segments': ['error', {}],
9-
},
10-
},
5+
{ rules: { '@next/next/no-html-link-for-pages': 0, 'import/no-useless-path-segments': ['error', {}] } },
116
];
127

138
export default config;

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@commitlint/cli": "19.8.0",
2828
"@commitlint/config-conventional": "19.8.0",
29-
"@tabnews/config": "0.4.0",
29+
"@tabnews/config": "0.4.1",
3030
"@testing-library/dom": "10.4.0",
3131
"@testing-library/jest-dom": "6.6.3",
3232
"@testing-library/react": "16.3.0",

0 commit comments

Comments
 (0)