download
raw
686 Bytes
'use strict'
const neostandard = require('neostandard')
module.exports = [
...neostandard({
ignores: [
'lib/config-validator.js',
'lib/error-serializer.js',
'test/same-shape.test.js',
'test/types/import.js'
],
ts: true
}),
{
rules: {
'comma-dangle': ['error', 'never'],
'max-len': ['error', {
code: 120,
tabWidth: 2,
ignoreUrls: true,
ignoreStrings: true,
ignoreTemplateLiterals: true,
ignoreRegExpLiterals: true,
ignoreComments: true,
ignoreTrailingComments: true
}]
}
},
{
files: ['**/*.d.ts'],
rules: {
'max-len': 'off'
}
}
]

Xet Storage Details

Size:
686 Bytes
·
Xet hash:
0ffd274a8e348398211e1aaa4a2f3139942be2a634e4638ed4492390d202360e

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.