@getflywheel/eslint-config-local
Version:
Shareable ESLint ruleset for Local.
21 lines • 547 B
JSON
{
"name": "@getflywheel/eslint-config-local",
"version": "1.0.5",
"description": "Shareable ESLint ruleset for Local.",
"main": "index.js",
"repository": "https://github.com/getflywheel/local-eslint-config",
"author": "Flywheel <engineering@getflywheel.com>",
"license": "MIT",
"keywords": [
"eslint",
"eslintconfig",
"flywheel",
"local-by-flywheel"
],
"peerDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^7.7.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1"
}
}