Skip to content

Commit 6f08ecd

Browse files
committed
docs: add VSCode editorconfig and missing license
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 97deb1c commit 6f08ecd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/style-guides/javascript/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<!--
2+
3+
@license Apache-2.0
4+
5+
Copyright (c) 2025 The Stdlib Authors.
6+
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
18+
19+
-->
20+
21+
122
# JavaScript Style Guide
223

324
> _An opinionated style guide for writing JavaScript._
@@ -80,6 +101,7 @@ This project contains an [`.editorconfig`][editorconfig] file to be used in conj
80101
- [sublime text][sublime-text-editorconfig]
81102
- [atom][atom-editorconfig]
82103
- [chrome][chrome-editorconfig]
104+
- [vscode][vscode-editorconfig]
83105

84106
<!-- </rule> -->
85107

@@ -3602,6 +3624,8 @@ This document may be reused under a [Creative Commons Attribution-ShareAlike Lic
36023624

36033625
[chrome-editorconfig]: https://chrome.google.com/webstore/detail/github-editorconfig/bppnolhdpdfmmpeefopdbpmabdpoefjh?hl=en-US
36043626

3627+
[vscode-editorconfig]: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
3628+
36053629
[ecma-262]: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf
36063630

36073631
[function-statements]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function

0 commit comments

Comments
 (0)