Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#98 #100

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6534689
translated Polymer-Project.org "Tools overview"
kazu80 Oct 15, 2017
cf6acdd
translated Polymer-Project.org "Tools overview"
kazu80 Oct 16, 2017
4aa8787
translated Polymer-Project.org "Tools overview"
kazu80 Oct 17, 2017
6e6ba60
translated Polymer-Project.org "polymer-cli"
kazu80 Oct 18, 2017
0459c4c
translated Polymer-Project.org "polymer-cli"
kazu80 Oct 20, 2017
7f716a7
translated Polymer-Project.org "polymer-cli"
kazu80 Oct 21, 2017
d34e695
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Oct 23, 2017
c5410a4
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Oct 25, 2017
e1dcd81
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Oct 27, 2017
829f9cd
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Oct 28, 2017
75a829d
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Oct 29, 2017
3b813d8
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Oct 29, 2017
4dfdacb
#98 [add] original file
ecouffes Nov 3, 2017
a04fea8
kawakamiさん翻訳分を、デプロイ用ファイルに移植 #98
ecouffes Nov 3, 2017
6406a31
translated Polymer-Project.org "polymer-cli-commands"
ecouffes Nov 3, 2017
8e23de4
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 8, 2017
2536a79
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 11, 2017
a457da8
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 12, 2017
c7c653a
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 14, 2017
5202490
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 14, 2017
897cb37
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 15, 2017
f3ad02e
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 16, 2017
77e9bc7
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 18, 2017
e2f7004
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 19, 2017
b79440b
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 20, 2017
ea1ea45
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 21, 2017
cc8e0c9
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 23, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
translated Polymer-Project.org "polymer-cli-commands"
kazu80 committed Nov 15, 2017
commit 897cb37c32ece946a3630b69ff1c9df02b6d01eb
10 changes: 10 additions & 0 deletions polymer-project.org/Polymer/polymer-cli-commands.md
Original file line number Diff line number Diff line change
@@ -330,5 +330,15 @@ Bowerよりインストールを行います。`polymer install`は、`bower ins
polymer lint --rules=polymer-2
```

> This will lint all of the code in your project with the polymer-2 ruleset, which is appropriate for projects using Polymer 2.0.

これにより、`polymer-2`のルールに適するように、プロジェクトをlintします。

> If your code is hybrid and should work with either Polymer 1.x or 2.x then polymer-2-hybrid is a better choice, as it will warn you about use of features that do not exist in Polymer 2.x.

コードがハイブリッドで、Polymer 1.x、または、2.xで動作する必要がある場合は、Polymer 2.xには存在しない機能を使用すると警告されますので、`polymer-2-hybrid`を選択することをお勧めします。