{"id":15980383,"url":"https://github.com/stramel/eslint-plugin-polymer","last_synced_at":"2025-03-17T22:31:38.766Z","repository":{"id":57230116,"uuid":"98574023","full_name":"stramel/eslint-plugin-polymer","owner":"stramel","description":"Recommended Eslint configs for Polymer","archived":false,"fork":false,"pushed_at":"2019-02-26T19:25:55.000Z","size":59,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T23:03:30.302Z","etag":null,"topics":["eslint","eslint-config","eslint-plugin","polymer","polymer2"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stramel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-27T19:41:54.000Z","updated_at":"2019-02-26T19:25:28.000Z","dependencies_parsed_at":"2022-09-14T15:02:27.608Z","dependency_job_id":null,"html_url":"https://github.com/stramel/eslint-plugin-polymer","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stramel%2Feslint-plugin-polymer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stramel%2Feslint-plugin-polymer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stramel%2Feslint-plugin-polymer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stramel%2Feslint-plugin-polymer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stramel","download_url":"https://codeload.github.com/stramel/eslint-plugin-polymer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658253,"owners_count":20326467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eslint","eslint-config","eslint-plugin","polymer","polymer2"],"created_at":"2024-10-08T00:04:54.450Z","updated_at":"2025-03-17T22:31:38.494Z","avatar_url":"https://github.com/stramel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-polymer\n\n[![eslint-plugin-polymer](https://img.shields.io/npm/v/eslint-plugin-polymer.svg?style=flat-square)](https://www.npmjs.com/package/eslint-plugin-polymer)\n\nRecommended Eslint configs for Polymer\n\n## Installation\n\nYou'll first need to install [ESLint](http://eslint.org):\n\n```\n$ npm i eslint --save-dev\n```\n\nNext, install `eslint-plugin-polymer`:\n\n```\n$ npm install eslint-plugin-polymer --save-dev\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-polymer` globally.\n\n## Usage\n\nAdd `polymer` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n### Polymer 3\n\n```json\n{\n  \"extends\": [\"plugin:polymer/polymer-3\"],\n  \"plugins\": [\"polymer\"]\n}\n```\n\n### Polymer 2\n\n```json\n{\n  \"extends\": [\"plugin:polymer/polymer-2\"],\n  \"plugins\": [\"polymer\"]\n}\n```\n\n### Polymer 1\n\n```json\n{\n  \"extends\": [\"plugin:polymer/polymer-1\"],\n  \"plugins\": [\"polymer\"]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstramel%2Feslint-plugin-polymer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstramel%2Feslint-plugin-polymer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstramel%2Feslint-plugin-polymer/lists"}