Skip to content

Commit e6a5b2c

Browse files
committed
fix: address feedback
1 parent f11afbd commit e6a5b2c

8 files changed

Lines changed: 175 additions & 428 deletions

File tree

.eslintrc.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
// eslint-disable-next-line import/no-extraneous-dependencies
22
const { createConfig } = require('@openedx/frontend-build');
33

4-
module.exports = createConfig('eslint', {
5-
rules: {
6-
'react/jsx-filename-extension': [1, { extensions: ['.jsx', '.tsx'] }],
7-
},
8-
});
4+
module.exports = createConfig('eslint');

src/authz-module/constants.test.ts

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

src/authz-module/data/api.test.ts

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

0 commit comments

Comments
 (0)