Sign in
chromium
/
external
/
github.com
/
gpuweb
/
cts.git
/
refs/heads/async-errors
/
.
/
tools
/
eslint-plugin-gpuweb-cts
/
index.js
blob: 1f5bb211aab5b29c1f531834507e070735005ae5 [
file
] [
log
] [
blame
] [
edit
]
module
.
exports
=
{
rules
:
{
'string-trailing-space'
:
require
(
'./trailing-space-anywhere'
),
'string-tabs'
:
require
(
'./tabs-anywhere'
),
},
};