conform to standard js quote rules (#8395)
* restore standardjs quote behaviour * conform to standard js quote rules
This commit is contained in:
@@ -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']
|
||||
|
||||
|
||||
@@ -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']
|
||||
|
||||
|
||||
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user