We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e4447 commit ce30e24Copy full SHA for ce30e24
1 file changed
src/configs/unicorn.js
@@ -28,14 +28,17 @@ export function unicorn(options = {}) {
28
'unicorn/prefer-ternary': ['error', 'only-single-line'],
29
'unicorn/prevent-abbreviations': ['error', {
30
replacements: {
31
+ acc: false,
32
arg: false,
33
args: false,
34
attrs: false,
35
el: false,
36
env: false,
37
ext: false,
38
+ fn: false,
39
param: false,
40
params: false,
41
+ prev: false,
42
props: false,
43
ref: false,
44
refs: false,
0 commit comments