@alexlit/lint-kit
Version:
Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)
116 lines (115 loc) • 1.29 kB
JavaScript
/* eslint-disable no-secrets/no-secrets */
module.exports = [
'abstract',
'add',
'alignof',
'alloc',
'arc',
'as',
'assert',
'assert_eq',
'become',
'bitadd',
'bitor',
'bitxor',
'bool',
'box',
'break',
'char',
'cmp',
'const',
'continue',
'crate',
'deallocate',
'deref',
'derefmut',
'deserialize',
'div',
'do',
'drain',
'else',
'enum',
'eprint',
'eprintln',
'err',
'extern',
'f32',
'f64',
'final',
'fn',
'fnmut',
'fnonce',
'fold',
'for',
'format_args',
'i16',
'i32',
'i64',
'i8',
'if',
'impl',
'in',
'include_str',
'isize',
'iter',
'let',
'loop',
'macro',
'map',
'match',
'millis',
'mod',
'move',
'mpsc',
'mul',
'mut',
'mutex',
'neg',
'none',
'not',
'offsetof',
'option_env',
'override',
'panic',
'partialeq',
'partialord',
'println',
'priv',
'proc',
'pub',
'pure',
'ref',
'refcell',
'rem',
'return',
'self',
'self',
'serde',
'shl',
'shr',
'sizeof',
'some',
'static',
'str',
'stringify',
'struct',
'sub',
'super',
'sync',
'toml',
'toolchain',
'trait',
'typeof',
'u8',
'unsafe',
'unsized',
'unwrap',
'use',
'usize',
'virtual',
'where',
'while',
'writeln',
'yield',
'zip',
];