Skip to content
Snippets Groups Projects
Select Git revision
  • f6ff1b671b71a08226a6e33a064e592a8d612684
  • main default protected
  • 24-everything-from-git
  • 45-create-new-poc-deployment-with-docker
  • 44-add-a-cli-tool
  • improve-deployment
  • 31-backend
  • bash-script-bug-fix
  • upgrades_submodules
  • 24-dependencies-build-nested-watch
  • 24-dependencies-build-using-workspaces
  • 24-dependencies-build
  • wip-all-local
  • 10-annotot
  • 3-annotation-plugin-showing-up
15 results

.env.template

Blame
  • .eslintrc 372 B
    {
      "root": true,
      "parserOptions": {
        "ecmaVersion": 2021,
        "sourceType": "module",
        "parser": "babel-eslint"
      },
      "env": {
        "browser": true,
        "es6": false,
        "jquery": true
      },
      "extends": [
        "eslint:recommended"
      ],
      "ignorePatterns": ["/capsule-prototype/js/libs/*.js", "/capsule-prototype/js/libs/**/*.js", "/capsule-prototype/js/all.js"]
    }