mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-24 17:35:10 +03:00
568cc46720
This plugin can be used to write custom eslint rules. This adds a single rule to check we name private members correctly. This plugin does not get added to NPM, it is only used locally. Fixes #1553 Change-Id: Ifdf9208d2bd0d09e1adb9c281b0be34266a867c9
8 lines
161 B
JSON
8 lines
161 B
JSON
{
|
|
"name": "eslint-plugin-shaka-rules",
|
|
"description": "Extra eslint rules for Shaka Player",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"private": true
|
|
}
|