• File: .eslintrc
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/function-bind/.eslintrc
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 231 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"func-name-matching": 0,
		"indent": [2, 4],
		"max-nested-callbacks": [2, 3],
		"max-params": [2, 3],
		"max-statements": [2, 20],
		"no-new-func": [1],
		"strict": [0]
	}
}