Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/processing/p5.js
/ sample-linter.mjs
File
sample-linter.mjs
utils/sample-linter.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
EOL =
'\n'
;
3
import
{ ESLint } from
'eslint'
;
4
import
dataDoc from
'../docs/reference/data.min.json'
assert {
type
:
'json'
};
Callers
nothing calls this directly
Calls
5
splitLines
Function · 0.85
eslintFiles
Function · 0.85
slice
Method · 0.80
filter
Method · 0.45
push
Method · 0.45
Tested by
no test coverage detected