diff --git a/theatre/.eslintrc.js b/theatre/.eslintrc.js index 141810a..1cdf55b 100644 --- a/theatre/.eslintrc.js +++ b/theatre/.eslintrc.js @@ -2,21 +2,21 @@ const path = require('path') module.exports = { rules: { - 'no-relative-imports': [ - 'warn', - { - aliases: [ - {name: '@theatre/core', path: path.resolve(__dirname, './core/src')}, - { - name: '@theatre/shared', - path: path.resolve(__dirname, './shared/src'), - }, - { - name: '@theatre/studio', - path: path.resolve(__dirname, './studio/src'), - }, - ], - }, - ], + //'no-relative-imports': [ + //'warn', + //{ + //aliases: [ + //{name: '@theatre/core', path: path.resolve(__dirname, './core/src')}, + //{ + //name: '@theatre/shared', + //path: path.resolve(__dirname, './shared/src'), + //}, + //{ + //name: '@theatre/studio', + //path: path.resolve(__dirname, './studio/src'), + //}, + //], + //}, + //], }, }