eslint-flat-config-airbnb
Version:
A mostly reasonable approach to JavaScript, updated for ESLint 9+
28 lines (27 loc) • 757 B
JSON
{
"name": "eslint-flat-config-airbnb",
"version": "1.0.1",
"description": "A mostly reasonable approach to JavaScript, updated for ESLint 9+",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fourjunctions/eslint-flat-config-airbnb.git"
},
"keywords": [
"eslint",
"aribnb",
"airbnb-base"
],
"author": "Vikas Suresh <vikas@fourjunctions.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fourjunctions/eslint-flat-config-airbnb/issues"
},
"homepage": "https://github.com/fourjunctions/eslint-flat-config-airbnb#readme",
"dependencies": {
"eslint-plugin-import": "^2.31.0"
}
}