mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2026-03-01 12:44:23 +00:00
* configure eslint to use eslint-config-it4c * update node version (note: this requires an update on the hosting alpine) * use node 24.13.0 * another transitive package * update eslint-config-it4c * fix lint * fix config * fix packages * update eslint-config-it4c package * another package update * update package * update package * lint fixes * use prettier config from eslint-config-it4c * package update * package update * update package * reduce config * fix lint * remove node_modules from ignore as it is the default for eslint9 * update package * fix lint
4 lines
125 B
JavaScript
4 lines
125 B
JavaScript
import config, { jest } from 'eslint-config-it4c'
|
|
|
|
export default [{ ignores: ['build/', 'coverage/'] }, ...config, ...jest]
|