DEV: Minor clean-up (#119)
This commit is contained in:
parent
f3b2011ae1
commit
60b2dd7908
|
@ -1,11 +1 @@
|
||||||
.bundle/
|
node_modules
|
||||||
log/*.log
|
|
||||||
pkg/
|
|
||||||
auto_generated
|
|
||||||
.DS_Store
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
node_modules/
|
|
||||||
.idea/node_modules
|
|
||||||
yarn-error.log
|
|
||||||
.rubocop-https---raw-githubusercontent-com-discourse-*
|
|
||||||
|
|
81
.jshintrc
81
.jshintrc
|
@ -1,81 +0,0 @@
|
||||||
{
|
|
||||||
"predef":["Ember",
|
|
||||||
"jQuery",
|
|
||||||
"$",
|
|
||||||
"RSVP",
|
|
||||||
"Discourse",
|
|
||||||
"PreloadStore",
|
|
||||||
"Handlebars",
|
|
||||||
"I18n",
|
|
||||||
"bootbox",
|
|
||||||
"module",
|
|
||||||
"moduleFor",
|
|
||||||
"moduleForComponent",
|
|
||||||
"Pretender",
|
|
||||||
"sandbox",
|
|
||||||
"integration",
|
|
||||||
"controllerFor",
|
|
||||||
"test",
|
|
||||||
"ok",
|
|
||||||
"not",
|
|
||||||
"expect",
|
|
||||||
"equal",
|
|
||||||
"blank",
|
|
||||||
"present",
|
|
||||||
"visit",
|
|
||||||
"andThen",
|
|
||||||
"click",
|
|
||||||
"currentPath",
|
|
||||||
"currentRouteName",
|
|
||||||
"currentURL",
|
|
||||||
"fillIn",
|
|
||||||
"keyEvent",
|
|
||||||
"triggerEvent",
|
|
||||||
"count",
|
|
||||||
"exists",
|
|
||||||
"asyncTestDiscourse",
|
|
||||||
"fixture",
|
|
||||||
"find",
|
|
||||||
"sinon",
|
|
||||||
"moment",
|
|
||||||
"start",
|
|
||||||
"_",
|
|
||||||
"alert",
|
|
||||||
"containsInstance",
|
|
||||||
"parseHTML",
|
|
||||||
"deepEqual",
|
|
||||||
"notEqual",
|
|
||||||
"require",
|
|
||||||
"requirejs",
|
|
||||||
"hasModule",
|
|
||||||
"Blob",
|
|
||||||
"File"],
|
|
||||||
"node" : false,
|
|
||||||
"browser" : true,
|
|
||||||
"boss" : true,
|
|
||||||
"curly": false,
|
|
||||||
"debug": false,
|
|
||||||
"devel": false,
|
|
||||||
"eqeqeq": true,
|
|
||||||
"evil": true,
|
|
||||||
"forin": false,
|
|
||||||
"immed": false,
|
|
||||||
"laxbreak": false,
|
|
||||||
"newcap": true,
|
|
||||||
"noarg": true,
|
|
||||||
"noempty": false,
|
|
||||||
"nonew": false,
|
|
||||||
"nomen": false,
|
|
||||||
"onevar": false,
|
|
||||||
"plusplus": false,
|
|
||||||
"regexp": false,
|
|
||||||
"undef": true,
|
|
||||||
"unused": true,
|
|
||||||
"sub": true,
|
|
||||||
"strict": false,
|
|
||||||
"white": false,
|
|
||||||
"eqnull": true,
|
|
||||||
"quotmark": false,
|
|
||||||
"lastsemic": true,
|
|
||||||
"esnext": true
|
|
||||||
}
|
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
|
@ -87,4 +87,3 @@ en:
|
||||||
no_search_results: "Sorry, we couldn't find any results matching your text."
|
no_search_results: "Sorry, we couldn't find any results matching your text."
|
||||||
group:
|
group:
|
||||||
reports: "Reports"
|
reports: "Reports"
|
||||||
|
|
||||||
|
|
11
package.json
11
package.json
|
@ -1,8 +1,11 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"name": "discourse-data-explorer",
|
||||||
"eslint-config-discourse": "^1.1.8"
|
"version": "0.3.0",
|
||||||
},
|
"repository": "git@github.com:discourse/discourse-data-explorer.git",
|
||||||
|
"author": "Riking",
|
||||||
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@arkweid/lefthook": "^0.7.2"
|
"@arkweid/lefthook": "^0.7.2",
|
||||||
|
"eslint-config-discourse": "^1.1.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue