Skip to content

Commit

Permalink
Pageviews Analysis 2.0!!!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
MusikAnimal committed Nov 12, 2016
1 parent ee90f3b commit 34bad1e
Show file tree
Hide file tree
Showing 202 changed files with 36,070 additions and 39,446 deletions.
16 changes: 14 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,13 @@
"quote-props": 0,
"quotes": [1, "single", "avoid-escape"],
"radix": 0,
"require-jsdoc": 1,
"require-jsdoc": [2, {
"require": {
"FunctionDeclaration": true,
"MethodDefinition": true,
"ClassDeclaration": false
}
}],
"require-yield": 0,
"semi": [2, "always"],
"semi-spacing": [2, {"before": false, "after": true}],
Expand All @@ -178,7 +184,13 @@
"spaced-line-comment": [0, "always"],
"strict": 0,
"use-isnan": 0,
"valid-jsdoc": 1,
"valid-jsdoc": [2, {
"requireReturn": false,
"requireReturnType": true,
"matchDescription": ".+",
"requireParamDescription": false,
"requireReturnDescription": false
}],
"valid-typeof": 2,
"vars-on-top": 0,
"wrap-iife": 0,
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ vendor/krinkle
vendor/psr
vendor/whichbrowser
vendor/autoload.php
vendor/mthaml
reports/
doc/PageViews
*.jar
jsdocs/gen/
353 changes: 0 additions & 353 deletions Gruntfile.js

This file was deleted.

Loading

0 comments on commit 34bad1e

Please sign in to comment.