.eslintrc #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • tiny-lr/
  • .eslintrc
  • View
  • Commits
  • Open Download .zip Download (326 B)
{
  "env": {
    "es6": true,
    "mocha": true
  },

  "parserOptions": {
    "sourceType": "module"
  },

  "extends": "standard",

  "rules": {
    "semi": ["error", "always"],
    "no-multi-spaces": ["error", { "exceptions": { "VariableDeclarator": true, "ImportDeclaration": true } }],
    "promise/param-names": 0
  }
}
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command