Jonatan
Jonatan
Hi! 1. The default lint configuration you can find it inside your node_modules folder. The path would be: `/node_modules/@teambit/eslint-config-bit-react/bit-react-eslint.js` 2. Regarding your rule, you need to add it to the...
Did you add your remote scope to be tracked? ``` bit remote add ``` edit: fixed typo on scope
In that case: 1. Create your workspace without the `--default-scope` flag. 2. Run `bit remote add ` 3. Update your `defaultScope` in your `workspace.jsonc`
After `bit new ....` cd into `bit-workspace-test` afterwards: ``` bit new dp-example-workspace bit-workspace-test --aspect dp-design/my-workspace-generator cd bit-workspace-test bit remote add http://10.248.142.3:3000 // update scope on `dafaultScope` ``` Does it still...
In your workspace.jsonc file update the `defaultScope` value have in mind that the format needs to be: `myCompanyOrOrganization.myScope` For example:  Also make sure that the scope was already created...
Until you tag it. Envs are components too :)
All good. I don't know what you mean with test... If you mean to try it you can assign it to a component: ``` bit env set ``` Where could...
Hi! ## The problem You are viewing an 'older' version of your component since it hasn't been re compiled afterwards the changes. ## The solution You will need to compile...