refactor: rename tooling package scope

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-22 13:54:29 +01:00
committed by Braks
parent 7d6fb443f0
commit 3df4edd797
49 changed files with 130 additions and 148 deletions

View File

@@ -1,5 +1,5 @@
module.exports = {
extends: ['@vue-flow/eslint-config'],
extends: ['@tooling/eslint-config'],
plugins: ['chai-friendly'],
rules: {
'chai-friendly/no-unused-expressions': ['error', { allowShortCircuit: true, allowTernary: true }],