Skip to content

Commit b75d52a

Browse files
changes
1 parent 96570ed commit b75d52a

File tree

3 files changed

+3910
-884
lines changed

3 files changed

+3910
-884
lines changed

config/eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
extends: ['@telusdigital/eslint-config', 'plugin:prettier/recommended'], // Recommended eslint + prettier config: https://prettier.io/docs/en/eslint.html#why-not-both
2+
extends: ['@telus/eslint-config', 'plugin:prettier/recommended'], // Recommended eslint + prettier config: https://prettier.io/docs/en/eslint.html#why-not-both
33
parser: 'babel-eslint',
44
rules: {
55
'react/require-default-props': 'warn',

0 commit comments

Comments
 (0)