Skip to content

Commit a8335b1

Browse files
committed
fix(eslint): ignore generated timezone imports
1 parent 7f877e6 commit a8335b1

2 files changed

Lines changed: 6 additions & 50 deletions

File tree

.eslintrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ module.exports = {
9393
},
9494
],
9595
'import/extensions': [1, { json: 'ignorePackages' }],
96+
'import/no-unresolved': [
97+
'error',
98+
{
99+
ignore: ['^#psammead/moment-timezone-include/tz/'],
100+
},
101+
],
96102
'jsx-a11y/no-redundant-roles': 'off',
97103
'no-only-tests/no-only-tests': 'error',
98104
'no-unsafe-optional-chaining': 'error',

data/kyrgyz/bbc_kyrgyz_radio/liveradio.json

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)