Skip to content

Commit

Permalink
Merge branch 'master' into strict-math-division
Browse files Browse the repository at this point in the history
# Conflicts:
#	lib/less/tree/declaration.js
#	test/index.js
  • Loading branch information
matthew-dean committed Jul 7, 2018
2 parents f9ab84a + 204d548 commit d5f669e
Show file tree
Hide file tree
Showing 212 changed files with 4,352 additions and 2,192 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @see http://editorconfig.org/

# the buck stops here
root = true

# all files
[*]
end_of_line = LF
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Gruntfile.js
5 changes: 1 addition & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
"node": true
},
"globals": {},

"rules": {
"quotes": [
1,
"single"
],
"no-eval": 2,
"no-use-before-define": [
2,
Expand Down
16 changes: 16 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Less test",
"program": "${workspaceFolder}/test/index.js",
"cwd": "${workspaceFolder}",
"console": "integratedTerminal"
}
]
}
Loading

0 comments on commit d5f669e

Please sign in to comment.