chore(dev-deps): remove eslint-plugin-standard (#1849)

pull/1845/head^2
Tony Brix 2020-11-22 23:19:28 -06:00 committed by GitHub
parent babbc29b1a
commit 803a6a960a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 16 deletions

View File

@ -1,8 +1,5 @@
{
"extends": "standard",
"plugins": [
"standard"
],
"rules": {
"semi": ["error", "always"],
"indent": ["error", 2, {

View File

@ -1,8 +1,5 @@
{
"extends": "standard",
"plugins": [
"standard"
],
"parserOptions": {
"ecmaVersion": 5,
"sourceType": "script"

6
package-lock.json generated
View File

@ -2781,12 +2781,6 @@
"integrity": "sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==",
"dev": true
},
"eslint-plugin-standard": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-4.1.0.tgz",
"integrity": "sha512-ZL7+QRixjTR6/528YNGyDotyffm5OQst/sGxKDwGb9Uqs4In5Egi4+jbobhqJoyoCM6/7v/1A5fhQ7ScMtDjaQ==",
"dev": true
},
"eslint-scope": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",

View File

@ -48,7 +48,6 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"front-matter": "^4.0.2",
"highlight.js": "^10.4.0",
"jasmine": "^3.6.3",

3
test/.eslintrc.json vendored
View File

@ -1,8 +1,5 @@
{
"extends": "standard",
"plugins": [
"standard"
],
"globals": {
"expectAsync": "readonly"
},