Repository: flex-asjs Updated Branches: refs/heads/develop 70d4c2363 -> 7400f1888
FLEX-34414 - Delete files which are no longer used Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/7400f188 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/7400f188 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/7400f188 Branch: refs/heads/develop Commit: 7400f1888fd8ac92d930ea13be55d55d16c2a5d5 Parents: 70d4c23 Author: piotrz <[email protected]> Authored: Wed Mar 15 07:56:15 2017 +0100 Committer: piotrz <[email protected]> Committed: Wed Mar 15 07:56:15 2017 +0100 ---------------------------------------------------------------------- frameworks/js/.jshintrc | 33 --------------------------------- frameworks/js/jshint.properties | 33 --------------------------------- 2 files changed, 66 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7400f188/frameworks/js/.jshintrc ---------------------------------------------------------------------- diff --git a/frameworks/js/.jshintrc b/frameworks/js/.jshintrc deleted file mode 100644 index 87f0a57..0000000 --- a/frameworks/js/.jshintrc +++ /dev/null @@ -1,33 +0,0 @@ -//////////////////////////////////////////////////////////////////////////////// -// -// 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. -// -//////////////////////////////////////////////////////////////////////////////// - -{ - "curly": false, - "eqeqeq": false, - "eqnull": true, - "globalstrict": true, - "indent": 2, - "maxlen": 120, - "onevar": false, - "strict": false, - "sub": true, - "white": false, - "gcl": true, - "globals": { "goog" : false, "org" : false } -} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7400f188/frameworks/js/jshint.properties ---------------------------------------------------------------------- diff --git a/frameworks/js/jshint.properties b/frameworks/js/jshint.properties deleted file mode 100644 index 87f0a57..0000000 --- a/frameworks/js/jshint.properties +++ /dev/null @@ -1,33 +0,0 @@ -//////////////////////////////////////////////////////////////////////////////// -// -// 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. -// -//////////////////////////////////////////////////////////////////////////////// - -{ - "curly": false, - "eqeqeq": false, - "eqnull": true, - "globalstrict": true, - "indent": 2, - "maxlen": 120, - "onevar": false, - "strict": false, - "sub": true, - "white": false, - "gcl": true, - "globals": { "goog" : false, "org" : false } -} \ No newline at end of file
