conform to standard js quote rules (#8395)

* restore standardjs quote behaviour

* conform to standard js quote rules
This commit is contained in:
chris48s
2022-09-12 17:22:12 +01:00
committed by GitHub
parent f6b09e9ca3
commit ae018cdddc
62 changed files with 129 additions and 121 deletions

View File

@@ -3,7 +3,8 @@ import { BaseJsonService } from '../index.js'
import { metric } from '../text-formatters.js'
import { nonNegativeInteger } from '../validators.js'
const documentation = `<p>A measure of how many developers have liked a package. This provides a raw measure of the overall sentiment of a package from peer developers.</p>`
const documentation =
'<p>A measure of how many developers have liked a package. This provides a raw measure of the overall sentiment of a package from peer developers.</p>'
const keywords = ['dart', 'flutter']

View File

@@ -3,7 +3,8 @@ import { floorCount } from '../color-formatters.js'
import { BaseJsonService } from '../index.js'
import { nonNegativeInteger } from '../validators.js'
const documentation = `<p>A measure of quality. This includes several dimensions of quality such as code style, platform support, and maintainability.</p>`
const documentation =
'<p>A measure of quality. This includes several dimensions of quality such as code style, platform support, and maintainability.</p>'
const keywords = ['dart', 'flutter']

View File

@@ -2,7 +2,8 @@ import Joi from 'joi'
import { floorCount } from '../color-formatters.js'
import { BaseJsonService } from '../index.js'
const documentation = `<p>A measure of how many developers use a package, providing insight into what other developers are using.</p>`
const documentation =
'<p>A measure of how many developers use a package, providing insight into what other developers are using.</p>'
const keywords = ['dart', 'flutter']