You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/10/23 08:56:54 UTC

[cordova-eslint] branch master updated (6aaf0b4 -> 5655c99)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-eslint.git.


 discard 6aaf0b4  chore: format, lint fix, & add Apache license to README.md
     new 5655c99  chore: format, lint fix, & add Apache license to README.md

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6aaf0b4)
            \
             N -- N -- N   refs/heads/master (5655c99)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-eslint] 01/01: chore: format, lint fix, & add Apache license to README.md

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-eslint.git

commit 5655c994c61fd0edc6b3769bc7536093b0d40870
Author: Erisu <el...@gmail.com>
AuthorDate: Wed Oct 23 17:39:23 2019 +0900

    chore: format, lint fix, & add Apache license to README.md
---
 README.md | 34 +++++++++++++++++++++++++++++++---
 1 file changed, 31 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 9af3ae7..f11bd91 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,38 @@
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+-->
+
 # @cordova/eslint-config
+
 This repository centralizes the ESLint configuration used for Cordova's development.
 
 ## Installation
 
-`eslint-config-cordova` comes with all plugins configs and even `eslint` itself. So all you need to do to get started is:
-
-    npm i -D @cordova/eslint-config
+`@cordova/eslint-config` comes with all plugins configs and even `eslint` itself. So all you need to do to get started is:
 
+```shell
+npm i -D @cordova/eslint-config
+```
 
 ## Usage
+
 ```yml
 # In package.json
 {
@@ -39,13 +63,17 @@ extends: '@cordova/eslint-config/browser'
 This package exposes the following shareable ESLint configurations:
 
 ### `@cordova/eslint-config/node` (or simply `@cordova`)
+
 For linting scripts intended to be run with Node.js.
 
 ### `@cordova/eslint-config/node-tests`
+
 For linting Jasmine tests of Cordova's Node.js scripts.
 
 ### `@cordova/eslint-config/browser`
+
 For linting cordova-style CommonJS modules intended to be run in the browser (before they are bundled).
 
 ### `@cordova/eslint-config/browser-tests`
+
 For linting Jasmine tests of Cordova's browser code.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org