This commit is contained in:
@ -18,5 +18,6 @@ module.exports = {
|
||||
Atomics: 'readonly',
|
||||
SharedArrayBuffer: 'readonly'
|
||||
},
|
||||
parserOptions: { ecmaVersion: 2018 }
|
||||
parserOptions: { ecmaVersion: 2018 },
|
||||
rules: { 'node/no-unpublished-import': 'off' }
|
||||
};
|
||||
|
Reference in New Issue
Block a user