We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96570ed commit b75d52aCopy full SHA for b75d52a
config/eslint.config.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
- extends: ['@telusdigital/eslint-config', 'plugin:prettier/recommended'], // Recommended eslint + prettier config: https://prettier.io/docs/en/eslint.html#why-not-both
+ extends: ['@telus/eslint-config', 'plugin:prettier/recommended'], // Recommended eslint + prettier config: https://prettier.io/docs/en/eslint.html#why-not-both
3
parser: 'babel-eslint',
4
rules: {
5
'react/require-default-props': 'warn',
0 commit comments