We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f757eab commit 5fded3fCopy full SHA for 5fded3f
src/plugins/functional.ts
@@ -1,7 +1,10 @@
1
export const settings = {
2
plugins: ['functional'],
3
4
- extends: ['plugin:functional/recommended'],
+ extends: [
5
+ 'plugin:functional/external-recommended',
6
+ 'plugin:functional/recommended'
7
+ ],
8
9
rules: {
10
'functional/prefer-readonly-type': [
0 commit comments