Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
9c3db182b769f00b898fd8db8026c20b917a1a1d
/
.
/
third_party
/
flatbuffers
/
.eslintrc.js
blob: 321169b07c00b4829645483e9db6b34f6350ded8 [
file
] [
log
] [
blame
]
/* eslint-env node */
module
.
exports
=
{
root
:
true
,
parser
:
'@typescript-eslint/parser'
,
plugins
:
[
'@typescript-eslint'
,
],
extends
:
[
'eslint:recommended'
,
'plugin:@typescript-eslint/recommended'
,
]
};