DEV: upgrades dev config (#10588)

This commit is contained in:
Joffrey JAFFEUX 2020-09-04 13:33:03 +02:00 committed by GitHub
parent e4ebc303bb
commit 80dfaeb0d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 577 additions and 712 deletions

View File

@ -1,12 +1,6 @@
{
"extends": "eslint-config-discourse",
"plugins": ["discourse-ember"],
"rules": {
"discourse-ember/global-ember": 2
},
"globals": {
"bootbox": "off",
"Mousetrap": "off",
"_": "off"
}
}

1
.prettierrc Normal file
View File

@ -0,0 +1 @@
{}

View File

@ -14,7 +14,7 @@
"bootstrap": "v3.4.1",
"chart.js": "2.9.3",
"chartjs-plugin-datalabels": "^0.7.0",
"eslint-plugin-lodash": "^6.0.0",
"eslint-config-discourse": "latest",
"favcount": "https://github.com/chrishunt/favcount",
"handlebars": "^4.7.0",
"highlight.js": "https://github.com/highlightjs/highlight.js",
@ -43,11 +43,6 @@
"@arkweid/lefthook": "^0.6.3",
"chrome-launcher": "^0.12.0",
"chrome-remote-interface": "^0.25",
"ember-template-lint": "^2.5.2",
"eslint-config-discourse": "latest",
"eslint-plugin-discourse-ember": "latest",
"eslint-plugin-ember": "^7.7.1",
"eslint-plugin-node": "^10.0.0",
"lodash-cli": "https://github.com/lodash-archive/lodash-cli.git",
"pretender": "^1.6",
"puppeteer": "1.20",

1275
yarn.lock

File diff suppressed because it is too large Load Diff