• File: .eslintrc
  • Full Path: /var/www/nodejs/simo_meps_file_script/node_modules/function-bind/.eslintrc
  • Date Modified: 02/28/2025 8:55 PM
  • File size: 253 bytes
  • MIME-type: text/plain
  • Charset: utf-8
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"func-name-matching": 0,
		"indent": [2, 4],
		"no-new-func": [1],
	},

	"overrides": [
		{
			"files": "test/**",
			"rules": {
				"max-lines-per-function": 0,
				"strict": [0]
			},
		},
	],
}