Skip to content

Commit

Permalink
chore(devenv) latticework#189 Update EcmaScript status to TC 2018-09 …
Browse files Browse the repository at this point in the history
…/ TS 3.1
  • Loading branch information
clavecoder committed Nov 14, 2018
1 parent a0bbfd7 commit 5b4af1f
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 107 deletions.
76 changes: 75 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,79 @@
"files.encoding": "utf8",
"git.enabled": true,
"npm.enableScriptExplorer": true,
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"cSpell.ignoreWords": [
"apis",
"asarray",
"asiterable",
"aspnet",
"berksfile",
"berkshelf",
"changelog",
"checkboxes",
"clavecoder",
"clavecoder's",
"concat",
"cordova",
"ctor",
"destructuring",
"devenv",
"dgeni",
"dist",
"distros",
"dotnet",
"devtool",
"ecma",
"esdoc",
"falsy",
"gitignore",
"golang",
"greenkeeper",
"hypervisor",
"initializations",
"invariants",
"iterability",
"iterable",
"iterables",
"jali",
"jalidev",
"markdownlint",
"metaproperty",
"mkdirp",
"microservice",
"microservices",
"monorepo",
"monorepos",
"multitenant",
"npmignore",
"onboarding",
"partitionable",
"pluggable",
"polyfill",
"prerelease",
"provisioner",
"provisioners",
"relavent",
"repo",
"roadmap",
"semver",
"serverless",
"shortcode",
"simd",
"simlinks",
"srcs",
"submodule",
"tada",
"transpilation",
"triaged",
"toolset",
"truthy",
"typedef",
"typeguard",
"typings",
"vagrantfile",
"validators",
"webpackfile",
"yyyy"
]
}
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ onboarding information.

This document explains how to contribute to the Jali project. For an
introduction to Jali, see [README.md](./README.md). To understand the
design of the Jali project, see [DESIGN.md](./DESIGN.md).
design of the Jali project, see [DESIGN.md](./project/DESIGN.md).

## Getting Started

Expand Down Expand Up @@ -116,9 +116,9 @@ To contribute you must sign the
For `non-contributors` and `contributors`, Jali issues consist of
`Questions` and `Ideas`. Only a `core-contributor` should create a
`Bug`, `Enhancement`, or `Epic`. Please follow
[ISSUE-TEMPLATE-INSTRUCTIONS.md](./ISSUE-TEMPLATE-INSTRUCTIONS.md) when
[ISSUE-TEMPLATE-INSTRUCTIONS.md](./project/ISSUE-TEMPLATE-INSTRUCTIONS.md) when
creating a Jali issue. It provides detailed instructions and a
systematic [decision tree](./ISSUE-TEMPLATE-INSTRUCTIONS.md#template-form-decision-tree)
systematic [decision tree](./project/ISSUE-TEMPLATE-INSTRUCTIONS.md#template-form-decision-tree)
to determine which issue form you should create.

### Triage
Expand Down
88 changes: 0 additions & 88 deletions cSpell.json

This file was deleted.

Loading

0 comments on commit 5b4af1f

Please sign in to comment.