Skip to content

Instantly share code, notes, and snippets.

@suryakencana007
Created April 21, 2018 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suryakencana007/575c66abcb74bef5f43649859552d87a to your computer and use it in GitHub Desktop.
Save suryakencana007/575c66abcb74bef5f43649859552d87a to your computer and use it in GitHub Desktop.
angular
{
"plugins": [
"angular"
],
"extends": [
"angular"
],
"env": {
"node": true,
"es6": true
},
"parserOptions": {
"sourceType": "module",
"ecmaFeatures": {
"arrowFunctions": true,
"blockBindings": true,
"classes": true,
"defaultParameters": true,
"destructuring": true,
"forOf": true,
"generators": true,
"modules": true,
"objectLiteralComputedProperties": true,
"objectLiteralDuplicateProperties": true,
"objectLiteralShorthandMethods": true,
"objectLiteralShorthandProperties": true,
"regexUFlag": true,
"regexYFlag": true,
"restParams": true,
"spread": true,
"superInFunctions": true,
"templateStrings": true,
"unicodeCodePointEscapes": true,
"globalReturn": true
}
},
"rules": {
"angular/di": [0]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment