Skip to content

Commit a47cd2a

Browse files
committed
fix: fix closing bracket indentation in spellcheck words list
1 parent 912ae5c commit a47cd2a

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

etc/eslint/rules/spellcheck.js

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ rules[ '@cspell/spellchecker' ] = [ 'warn', {
8080
'dilogarithm',
8181
'dtype',
8282
'dtypes',
83-
'exponentiated',
8483
'evalpoly',
8584
'evalrational',
85+
'exponentiated',
8686
'hommel',
8787
'iget',
8888
'iset',
@@ -95,17 +95,14 @@ rules[ '@cspell/spellchecker' ] = [ 'warn', {
9595
'napi',
9696
'nargs',
9797
'ncols',
98-
'ndims',
99-
'ndim',
100-
'nprocessed',
101-
'nout',
10298
'ndarray',
103-
'ndarrays',
104-
'ndim',
105-
'ndims',
106-
'ndone',
107-
'nerrors',
10899
'ndarrays',
100+
'ndim',
101+
'ndims',
102+
'ndone',
103+
'nerrors',
104+
'nout',
105+
'nprocessed',
109106
'nrows',
110107
'nsubmodes',
111108
'pvalues',
@@ -123,7 +120,7 @@ rules[ '@cspell/spellchecker' ] = [ 'warn', {
123120
'uncapitalize',
124121
'unregularized',
125122
'zalgo',
126-
'Fréchet'
123+
'Fréchet'
127124
]
128125
}
129126
}];

0 commit comments

Comments
 (0)