This website requires JavaScript.
Explore
Help
Sign In
twentyhq
/
twenty
Watch
1
Star
1
Fork
0
You've already forked twenty
mirror of
https://github.com/twentyhq/twenty.git
synced
2024-12-03 07:14:38 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6bc7622e1e
twenty
/
packages
/
twenty-front
/
.eslintrc-ci.cjs
7 lines
103 B
JavaScript
Raw
Normal View
History
Unescape
Escape
No console eslint (#2251) * chore: add new eslint config file for ci * add test console log * merge the lint steps * Fix according to PR --------- Co-authored-by: Charles Bochet <charles@twenty.com>
2023-11-07 01:50:06 +03:00
module
.
exports
=
{
POC: chore: use Nx workspace lint rules (#3163) * chore: use Nx workspace lint rules Closes #3162 * Fix lint * Fix lint on BE * Fix tests --------- Co-authored-by: Charles Bochet <charles@twenty.com>
2024-01-04 01:07:25 +03:00
extends
:
[
'./.eslintrc.cjs'
]
,
rules
:
{
'no-console'
:
'error'
,
}
,
No console eslint (#2251) * chore: add new eslint config file for ci * add test console log * merge the lint steps * Fix according to PR --------- Co-authored-by: Charles Bochet <charles@twenty.com>
2023-11-07 01:50:06 +03:00
}
;
Reference in New Issue
Copy Permalink