File: .eslintrc.js

package info (click to toggle)
node-file-loader 6.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 916 kB
  • sloc: javascript: 1,131; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (13)
1
2
3
4
module.exports = {
  root: true,
  extends: ['@webpack-contrib/eslint-config-webpack', 'prettier'],
};