mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
add eslint rule
This commit is contained in:
@@ -37,6 +37,7 @@ module.exports = {
|
||||
]
|
||||
}],
|
||||
*/
|
||||
'eqeqeq': ['error', { 'null': 'ignore' }],
|
||||
'no-multi-spaces': ['error'],
|
||||
'no-var': ['error'],
|
||||
'prefer-arrow-callback': ['error'],
|
||||
|
||||
Reference in New Issue
Block a user