This website requires JavaScript.
Explore
Help
Sign in
github
/
hedgedoc
Watch
1
Star
0
Fork
You've already forked hedgedoc
0
mirror of
https://github.com/hedgedoc/hedgedoc.git
synced
2024-11-22 01:36:29 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
266bc4ae8a
hedgedoc
/
.eslintrc.js
9 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
switching to eslint for code checking most rules degraded to WARN, so we don't go insane. This will change over time. The aim is to conform to a common style Signed-off-by: Claudius Coenen <opensource@amenthes.de>
2018-11-14 08:10:14 -05:00
module
.
exports
=
{
Cleanup ESLint config This removes unneeded quotation marks and resets all rules to their default error state. Treating them only as warnings is not necessary anymore, as all warnings fail the CI since 4da68597. Signed-off-by: David Mehren <git@herrmehren.de>
2021-08-14 08:25:16 -04:00
root
:
true
,
extends
:
[
'standard'
]
,
env
:
{
node
:
true
switching to eslint for code checking most rules degraded to WARN, so we don't go insane. This will change over time. The aim is to conform to a common style Signed-off-by: Claudius Coenen <opensource@amenthes.de>
2018-11-14 08:10:14 -05:00
}
,
Cleanup ESLint config This removes unneeded quotation marks and resets all rules to their default error state. Treating them only as warnings is not necessary anymore, as all warnings fail the CI since 4da68597. Signed-off-by: David Mehren <git@herrmehren.de>
2021-08-14 08:25:16 -04:00
rules
:
{
}
}
Reference in a new issue
Copy permalink