mirror of
https://github.com/gdsmith/jquery.easing.git
synced 2026-06-09 15:37:03 +02:00
e57b1fc7d1
- Enhancement (demo): Switch to local jquery; closes #29 - License: Rename file to reflect license type and add file extension - Linting (ESLint): Add linting config and script; enforce recommended rules and indent/semicolon - Linting (HTML): Use tabs for indent (as with JavaScript); remove redundant type=text/css, type=text/javascript attributes; quote attributes for HTML validator; suppress favicon requests - Maintenance: Add `.editorconfig` to proactively enforce indent by IDEs - npm: Add recommended `package-lock.json` - npm: Add recommended `package.json` properties - npm: Add static server (and open-cli) for testing and opening example
17 lines
303 B
INI
17 lines
303 B
INI
; EditorConfig file: https://EditorConfig.org
|
|
; Install the "EditorConfig" plugin into your editor to use
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = tab
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{json}]
|
|
; indent_size = 2
|
|
indent_style = space
|